diff --git a/shared/resource/jsons/server_const.json b/shared/resource/jsons/server_const.json index 99be63b74..2829173d1 100644 --- a/shared/resource/jsons/server_const.json +++ b/shared/resource/jsons/server_const.json @@ -15,7 +15,7 @@ ], "CLOSE_LOGIN": 0, "CLOSE_LOGIN_WHEN_ONLINE_MAX": 1, - "MAX_ONLINE_USER_COUNT": 5000, + "MAX_ONLINE_USER_COUNT": 25000, "PROTECT_API": [ { "id": 1, "desc": "世界聊天", "route": "chat.chatHandler.sendGroupMessage", "param": { "channel": "world" }, "interval": 1000 }, { "id": 2, "desc": "军团聊天", "route": "chat.chatHandler.sendGroupMessage", "param": { "channel": "guild" }, "interval": 1000 },