mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Smarter cache of external info calls (last.fm / spotify)
This commit is contained in:
parent
9e48d87f84
commit
68a84ec832
2 changed files with 13 additions and 11 deletions
|
@ -41,7 +41,7 @@ const (
|
|||
RequestThrottleBacklogLimit = 100
|
||||
RequestThrottleBacklogTimeout = time.Minute
|
||||
|
||||
ArtistInfoTimeToLive = 3 * 24 * time.Hour
|
||||
ArtistInfoTimeToLive = 24 * time.Hour
|
||||
|
||||
I18nFolder = "i18n"
|
||||
SkipScanFile = ".ndignore"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue