月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-07-25 604778b34a84b62208106d03f7c8dfaa28151024
src/main/java/com/moon/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;
}