UPDATE: Try fix bug
All checks were successful
Build and Release / release (push) Successful in 1m8s

This commit is contained in:
2026-05-04 15:45:30 +07:00
parent 0744121566
commit 57c2e3b5f3
4 changed files with 45 additions and 38 deletions

View File

@@ -7,7 +7,7 @@ const (
TokenExpirationDuration = 20 * time.Minute
NormalCacheDuration = 15 * time.Minute
ListCacheDuration = 10 * time.Minute
AccessTokenDuration = 15 * time.Minute
AccessTokenDuration = 30 * time.Minute
RefreshTokenDuration = 7 * 24 * time.Hour
TokenVerifiedDuration = 10 * time.Minute
PreSignedURLDuration = 15 * time.Minute