populate search table
This commit is contained in:
parent
9d10d3a7d4
commit
3c4d48fdc7
4 changed files with 62 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue