diff --git a/pkg/config/server_config.go b/pkg/config/server_config.go index 872ee627f..b2f1cb940 100644 --- a/pkg/config/server_config.go +++ b/pkg/config/server_config.go @@ -41,7 +41,7 @@ type ServerConfig struct { Port string `env:"PORT,default=8080"` // Login Config - SessionDuration time.Duration `env:"SESSION_DURATION,default=24h"` + SessionDuration time.Duration `env:"SESSION_DURATION, default=20h"` RevokeCheckPeriod time.Duration `env:"REVOKE_CHECK_DURATION,default=5m"` // CookieKeys is a slice of bytes. The first is 64 bytes, the second is 32.