populate search table

This commit is contained in:
Nazar Kanaev
2020-07-15 00:21:44 +01:00
parent 9d10d3a7d4
commit 3c4d48fdc7
4 changed files with 62 additions and 2 deletions

View File

@@ -37,7 +37,8 @@ func (h *Handler) startJobs() {
h.queueSize += val
}
}()
h.fetchAllFeeds()
go h.db.SyncSearch()
//h.fetchAllFeeds()
}
func (h *Handler) fetchFeed(feed storage.Feed) {