1
This commit is contained in:
parent
92bba61891
commit
30847261df
@ -75,6 +75,7 @@ private:
|
||||
5: 压力测试
|
||||
6:
|
||||
7: 内存泄露测试
|
||||
8: httpclientpool压力测试
|
||||
*/
|
||||
std::set<int> flags;
|
||||
|
||||
|
@ -18,7 +18,9 @@
|
||||
|
||||
void RoomMgr::Init()
|
||||
{
|
||||
InstallReportStateTimer();
|
||||
if (!App::Instance()->HasFlag(8)) {
|
||||
InstallReportStateTimer();
|
||||
}
|
||||
}
|
||||
|
||||
void RoomMgr::UnInit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user