This commit is contained in:
aozhiwei 2020-06-19 20:47:40 +08:00
parent ec20f95d0b
commit 03a74adb53

View File

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