mirror of
https://github.com/nkanaev/yarr.git
synced 2026-03-26 13:47:43 +00:00
search for icons only during startup and after adding feeds
This commit is contained in:
@@ -41,6 +41,7 @@ func (h *Server) GetAddr() string {
|
||||
|
||||
func (s *Server) Start() {
|
||||
refreshRate := s.db.GetSettingsValueInt64("refresh_rate")
|
||||
s.worker.FindFavicons()
|
||||
s.worker.StartFeedCleaner()
|
||||
s.worker.SetRefreshRate(refreshRate)
|
||||
if refreshRate > 0 {
|
||||
|
||||
Reference in New Issue
Block a user