perf: 不活跃了用户默认90天检测一下 (#11790)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-10-10 18:48:35 +08:00
committed by GitHub
parent 70f0f55ddb
commit 0d101bc5ad

View File

@@ -497,7 +497,7 @@ class Config(dict):
'SECURITY_LUNA_REMEMBER_AUTH': True,
'SECURITY_WATERMARK_ENABLED': True,
'SECURITY_MFA_VERIFY_TTL': 3600,
'SECURITY_UNCOMMON_USERS_TTL': 30,
'SECURITY_UNCOMMON_USERS_TTL': 90,
'VERIFY_CODE_TTL': 60,
'SECURITY_SESSION_SHARE': True,
'SECURITY_CHECK_DIFFERENT_CITY_LOGIN': True,