There was an error while loading. Please reload this page.
1 parent 210f8ec commit f11e4c9Copy full SHA for f11e4c9
1 file changed
pkg/cache/v3/user.go
@@ -28,7 +28,7 @@ import (
28
const (
29
userAttributeKind = "user_attr"
30
userAttributesMaxSize = int64(100)
31
- defalutUserAttributeTTL = 30 * 24 * 60 * 60 // 30 days
+ defalutUserAttributeTTL = 7 * 24 * 60 * 60 // 7 days
32
)
33
34
type UserAttributesCache interface {
0 commit comments