Skip to content

Commit f11e4c9

Browse files
committed
reformat
1 parent 210f8ec commit f11e4c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cache/v3/user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
const (
2929
userAttributeKind = "user_attr"
3030
userAttributesMaxSize = int64(100)
31-
defalutUserAttributeTTL = 30 * 24 * 60 * 60 // 30 days
31+
defalutUserAttributeTTL = 7 * 24 * 60 * 60 // 7 days
3232
)
3333

3434
type UserAttributesCache interface {

0 commit comments

Comments
 (0)