From ec281b8031865b8cc2537f58aa46e48b31eaf21b Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 07 二月 2023 15:15:55 +0800 Subject: [PATCH] 12 --- src/main/java/com/lf/server/entity/all/SettingData.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 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 070466b..c903045 100644 --- a/src/main/java/com/lf/server/entity/all/SettingData.java +++ b/src/main/java/com/lf/server/entity/all/SettingData.java @@ -44,4 +44,14 @@ * 闄勪欢澶у皬锛欱 */ public static long MAX_FILE_SIZE = 50 * 1024 * 1024; + + /** + * 鐢ㄦ埛璁块棶閲� + */ + public static int MAX_USER_LOGIN; + + /** + * 鏈嶅姟涓婇檺 + */ + public static int MAX_SERVERS; } -- Gitblit v1.9.3