mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
internal/identity/manager: increase default refresh groups timeout
This commit is contained in:
parent
5895331768
commit
eaf0dd4e67
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
defaultGroupRefreshInterval = 10 * time.Minute
|
||||
defaultGroupRefreshTimeout = 1 * time.Minute
|
||||
defaultGroupRefreshInterval = 15 * time.Minute
|
||||
defaultGroupRefreshTimeout = 10 * time.Minute
|
||||
defaultSessionRefreshGracePeriod = 1 * time.Minute
|
||||
defaultSessionRefreshCoolOffDuration = 10 * time.Second
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue