From 03a74adb53069125e99968e14c1ca6f6a11d319e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 19 Jun 2020 20:47:40 +0800 Subject: [PATCH] 1 --- server/gameserver/roommgr.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/gameserver/roommgr.cc b/server/gameserver/roommgr.cc index 606f491..51b8bb7 100644 --- a/server/gameserver/roommgr.cc +++ b/server/gameserver/roommgr.cc @@ -17,9 +17,9 @@ #include "framework/cpp/httpclientpool.h" #include "framework/cpp/utils.h" -const int ROOM_NUM_DOWN_LIMIT = 20; -const int ROOM_NUM_UP_LIMIT = 40; -const int HUM_NUM_DOWN_LIMIT = 500; +const int ROOM_NUM_DOWN_LIMIT = 40; +const int ROOM_NUM_UP_LIMIT = 50; +const int HUM_NUM_DOWN_LIMIT = 1000; void RoomMgr::Init() {