From f6e52bce9475f2602e963b6d24c1732aaaef9783 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 15 三月 2024 14:31:46 +0800 Subject: [PATCH] 修改统计方法、数据的精度 --- src/main/java/com/lf/server/entity/all/SettingData.java | 4 ++-- 1 files changed, 2 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 c903045..9d6537f 100644 --- a/src/main/java/com/lf/server/entity/all/SettingData.java +++ b/src/main/java/com/lf/server/entity/all/SettingData.java @@ -48,10 +48,10 @@ /** * 鐢ㄦ埛璁块棶閲� */ - public static int MAX_USER_LOGIN; + public static int MAX_USER_LOGIN = 1000; /** * 鏈嶅姟涓婇檺 */ - public static int MAX_SERVERS; + public static int MAX_SERVERS = 100000; } -- Gitblit v1.9.3