switch to fts5, rework search syncing

This commit is contained in:
nkanaev
2026-06-03 13:56:02 +01:00
parent 2f263e9803
commit 138b5ad991
7 changed files with 133 additions and 49 deletions

View File

@@ -118,7 +118,6 @@ func (w *Worker) refresher(feeds []storage.Feed) {
w.db.CreateItems(items)
}
atomic.AddInt32(w.pending, -1)
w.db.SyncSearch()
}
close(srcqueue)
close(dstqueue)