PreCache artist images

This commit is contained in:
Deluan 2023-01-13 14:30:26 -05:00 committed by Deluan Quintão
parent cbe3adf987
commit 3f2d24695e
8 changed files with 51 additions and 20 deletions

View file

@ -48,8 +48,7 @@ const (
ServerReadHeaderTimeout = 3 * time.Second
ArtistInfoTimeToLive = time.Second // TODO Revert
//ArtistInfoTimeToLive = 24 * time.Hour
ArtistInfoTimeToLive = 24 * time.Hour
I18nFolder = "i18n"
SkipScanFile = ".ndignore"