From fee67ca8a0760315047a52fc4101a8f4f80b7a7f Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 11 十一月 2024 15:02:54 +0800 Subject: [PATCH] 1 --- src/main/java/com/moon/server/entity/all/SettingData.java | 35 +---------------------------------- 1 files changed, 1 insertions(+), 34 deletions(-) diff --git a/src/main/java/com/moon/server/entity/all/SettingData.java b/src/main/java/com/moon/server/entity/all/SettingData.java index 330d916..d0d312a 100644 --- a/src/main/java/com/moon/server/entity/all/SettingData.java +++ b/src/main/java/com/moon/server/entity/all/SettingData.java @@ -1,57 +1,24 @@ package com.moon.server.entity.all; -/** - * 璁剧疆鏁版嵁绫� - * @author WWW - */ +@SuppressWarnings("ALL") public class SettingData { - /** - * 瀵嗙爜鍑洪敊娆℃暟 - */ public static int PWD_ERR_COUNT = 5; - /** - * 鍑洪敊绛夊緟鏃堕棿 - */ public static int PWD_ERR_TIME = 5; - /** - * 鑷姩鐧诲嚭鏃堕棿 - */ public static int AUTO_LOGOUT = 15; - /** - * 浠ょ墝鏈夋晥鏈� - */ public static int TOKEN_EXPIRE = 240; - /** - * 缂撳瓨鏈夋晥鏈� - */ public static int CACHE_EXPIRE = 240; - /** - * 鏈�澶ф枃浠舵暟锛�2000 - */ public static int MAX_FILES = 2001; - /** - * Cookie鏈夋晥鏈燂細s - */ public static int COOKIE_MAX_AGE = 4 * 60 * 60; - /** - * 闄勪欢澶у皬锛欱 - */ public static long MAX_FILE_SIZE = 50 * 1024 * 1024; - /** - * 鐢ㄦ埛璁块棶閲� - */ public static int MAX_USER_LOGIN = 1000; - /** - * 鏈嶅姟涓婇檺 - */ public static int MAX_SERVERS = 100000; } -- Gitblit v1.9.3