This commit is contained in:
aozhiwei 2019-08-04 12:15:27 +08:00
parent 92bba61891
commit 30847261df
2 changed files with 4 additions and 1 deletions

View File

@ -75,6 +75,7 @@ private:
5:
6:
7:
8: httpclientpool压力测试
*/
std::set<int> flags;

View File

@ -18,7 +18,9 @@
void RoomMgr::Init()
{
InstallReportStateTimer();
if (!App::Instance()->HasFlag(8)) {
InstallReportStateTimer();
}
}
void RoomMgr::UnInit()