Update the default cache period for userinfo (#734)

This commit is contained in:
Wu Clan
2025-07-21 21:31:55 +08:00
committed by GitHub
parent bda9b1d463
commit d7f87ed0ad
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -75,7 +75,6 @@ class Settings(BaseSettings):
# JWT
JWT_USER_REDIS_PREFIX: str = 'fba:user'
JWT_USER_REDIS_EXPIRE_SECONDS: int = 60 * 60 * 24 * 7 # 7 天
# RBAC
RBAC_ROLE_MENU_MODE: bool = True