fix: the default session timeout must be 30 minutes, not seconds!

This commit is contained in:
Deluan 2020-03-21 12:17:20 -04:00
parent 3977575563
commit 0d8a2b310f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ type nd struct {
ScanInterval string `default:"1m"`
DbPath string ``
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"`
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]([)"`