From 0d101bc5adb1b1076e13d98b5eadf61368101f8c Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:48:35 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=B8=8D=E6=B4=BB=E8=B7=83=E4=BA=86?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E9=BB=98=E8=AE=A490=E5=A4=A9=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=E4=B8=80=E4=B8=8B=20(#11790)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: feng <1304903146@qq.com> --- apps/jumpserver/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jumpserver/conf.py b/apps/jumpserver/conf.py index cb913f4d8..e540ef71e 100644 --- a/apps/jumpserver/conf.py +++ b/apps/jumpserver/conf.py @@ -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,