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