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: 5:
6: 6:
7: 7:
8: httpclientpool压力测试
*/ */
std::set<int> flags; std::set<int> flags;

View File

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