mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +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 (
|
var (
|
||||||
defaultGroupRefreshInterval = 10 * time.Minute
|
defaultGroupRefreshInterval = 15 * time.Minute
|
||||||
defaultGroupRefreshTimeout = 1 * time.Minute
|
defaultGroupRefreshTimeout = 10 * time.Minute
|
||||||
defaultSessionRefreshGracePeriod = 1 * time.Minute
|
defaultSessionRefreshGracePeriod = 1 * time.Minute
|
||||||
defaultSessionRefreshCoolOffDuration = 10 * time.Second
|
defaultSessionRefreshCoolOffDuration = 10 * time.Second
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue