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() {