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:
parent
a7a0e23956
commit
2a3cd08f20
2 changed files with 8 additions and 1 deletions
consts
|
@ -41,6 +41,8 @@ const (
|
|||
RequestThrottleBacklogLimit = 100
|
||||
RequestThrottleBacklogTimeout = time.Minute
|
||||
|
||||
ServerReadHeaderTimeout = 3 * time.Second
|
||||
|
||||
ArtistInfoTimeToLive = 24 * time.Hour
|
||||
|
||||
I18nFolder = "i18n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue