remove feed_sizes

This commit is contained in:
nkanaev
2026-04-27 21:51:12 +01:00
parent ed726f26f4
commit 167aef9ba1
4 changed files with 6 additions and 15 deletions

View File

@@ -124,7 +124,6 @@ func (w *Worker) refresher(feeds []storage.Feed) {
items := <-dstqueue
if len(items) > 0 {
w.db.CreateItems(items)
w.db.SetFeedSize(items[0].FeedId, len(items))
}
atomic.AddInt32(w.pending, -1)
w.db.SyncSearch()