1
0
Fork 0
mirror of https://github.com/navidrome/navidrome.git synced 2025-04-06 14:07:36 +03:00

Fix GO-S2114 security issue

See https://deepsource.io/directory/analyzers/go/issues/GO-S2114
This commit is contained in:
Deluan 2022-09-26 22:33:42 -04:00
parent a7a0e23956
commit 2a3cd08f20
2 changed files with 8 additions and 1 deletions
consts

View file

@ -41,6 +41,8 @@ const (
RequestThrottleBacklogLimit = 100
RequestThrottleBacklogTimeout = time.Minute
ServerReadHeaderTimeout = 3 * time.Second
ArtistInfoTimeToLive = 24 * time.Hour
I18nFolder = "i18n"