mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
session: update defaults for ConnMaxLifetime
to be the same as the 5.0.3 release defaults
This commit is contained in:
@@ -636,7 +636,7 @@ func readSessionConfig() {
|
||||
SessionOptions.CookiePath = "/"
|
||||
}
|
||||
|
||||
SessionConnMaxLifetime = Cfg.Section("session").Key("conn_max_lifetime").MustInt64(0)
|
||||
SessionConnMaxLifetime = Cfg.Section("session").Key("conn_max_lifetime").MustInt64(14400)
|
||||
}
|
||||
|
||||
func initLogging() {
|
||||
|
||||
Reference in New Issue
Block a user