From c509bd8047cfd582c59bba66d148b236e45d038d Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 12 一月 2023 10:15:15 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/all/SettingData.java | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/lf/server/entity/all/SettingData.java b/src/main/java/com/lf/server/entity/all/SettingData.java index 6f7e7d4..070466b 100644 --- a/src/main/java/com/lf/server/entity/all/SettingData.java +++ b/src/main/java/com/lf/server/entity/all/SettingData.java @@ -6,6 +6,16 @@ */ public class SettingData { /** + * 瀵嗙爜鍑洪敊娆℃暟 + */ + public static int PWD_ERR_COUNT = 5; + + /** + * 鍑洪敊绛夊緟鏃堕棿 + */ + public static int PWD_ERR_TIME = 5; + + /** * 鑷姩鐧诲嚭鏃堕棿 */ public static int AUTO_LOGOUT = 15; @@ -21,9 +31,9 @@ public static int CACHE_EXPIRE = 240; /** - * 鏈�澶ф枃浠舵暟 + * 鏈�澶ф枃浠舵暟锛�2000 */ - public static int MAX_FILES = 2000; + public static int MAX_FILES = 2001; /** * Cookie鏈夋晥鏈燂細s -- Gitblit v1.9.3