Always update artist info, even if info is fresh
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ const (
|
||||
RequestThrottleBacklogLimit = 100
|
||||
RequestThrottleBacklogTimeout = time.Minute
|
||||
|
||||
ArtistInfoTimeToLive = 1 * time.Hour
|
||||
ArtistInfoTimeToLive = 3 * 24 * time.Hour
|
||||
|
||||
I18nFolder = "i18n"
|
||||
SkipScanFile = ".ndignore"
|
||||
|
||||
Reference in New Issue
Block a user