Smarter cache of external info calls (last.fm / spotify)

This commit is contained in:
Deluan 2021-11-03 14:13:50 -04:00
parent 9e48d87f84
commit 68a84ec832
2 changed files with 13 additions and 11 deletions

View file

@ -41,7 +41,7 @@ const (
RequestThrottleBacklogLimit = 100
RequestThrottleBacklogTimeout = time.Minute
ArtistInfoTimeToLive = 3 * 24 * time.Hour
ArtistInfoTimeToLive = 24 * time.Hour
I18nFolder = "i18n"
SkipScanFile = ".ndignore"