mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
fix: the default session timeout must be 30 minutes, not seconds!
This commit is contained in:
parent
3977575563
commit
0d8a2b310f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ type nd struct {
|
||||||
ScanInterval string `default:"1m"`
|
ScanInterval string `default:"1m"`
|
||||||
DbPath string ``
|
DbPath string ``
|
||||||
LogLevel string `default:"info"`
|
LogLevel string `default:"info"`
|
||||||
SessionTimeout string `default:"30s"`
|
SessionTimeout string `default:"30m"`
|
||||||
|
|
||||||
IgnoredArticles string `default:"The El La Los Las Le Les Os As O A"`
|
IgnoredArticles string `default:"The El La Los Las Le Les Os As O A"`
|
||||||
IndexGroups string `default:"A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ) [Unknown]([)"`
|
IndexGroups string `default:"A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ) [Unknown]([)"`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue