Always update artist info, even if info is fresh

This commit is contained in:
Deluan
2021-05-27 20:18:34 -04:00
parent b398053223
commit 4e0177ee53
2 changed files with 34 additions and 23 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const (
RequestThrottleBacklogLimit = 100
RequestThrottleBacklogTimeout = time.Minute
ArtistInfoTimeToLive = 1 * time.Hour
ArtistInfoTimeToLive = 3 * 24 * time.Hour
I18nFolder = "i18n"
SkipScanFile = ".ndignore"