bump refresh artist info interval

This commit is contained in:
sentriz
2023-09-14 00:43:31 +01:00
parent 05a81a809a
commit 1c0e844027

View File

@@ -353,7 +353,7 @@ func main() {
if lastfmAPIKey != "" {
g.Add(func() error {
log.Printf("starting job 'refresh artist info'\n")
return artistInfoCache.Refresh(lastfmAPIKey, 5*time.Second)
return artistInfoCache.Refresh(lastfmAPIKey, 8*time.Second)
}, nil)
}