From 0d8a2b310fb12b4dca2f54f2115dafbcee27ec6d Mon Sep 17 00:00:00 2001 From: Deluan Date: Sat, 21 Mar 2020 12:17:20 -0400 Subject: [PATCH] fix: the default session timeout must be 30 minutes, not seconds! --- conf/configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/configuration.go b/conf/configuration.go index 9f9ad9993..dbdd04c35 100644 --- a/conf/configuration.go +++ b/conf/configuration.go @@ -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]([)"`