From e31d7a650d57b8012185965173dd3df3245929e6 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 9 Jan 2020 18:56:01 +0800 Subject: [PATCH] 1 --- server/wsproxy/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/wsproxy/app.cc b/server/wsproxy/app.cc index 96651c9..a117cdd 100644 --- a/server/wsproxy/app.cc +++ b/server/wsproxy/app.cc @@ -126,7 +126,7 @@ bool App::Init(int argc, char* argv[]) InitLog(); HandlerMgr::Instance()->Init(); a8::Timer::Instance()->Init(); - a8::IoLoop::Instance()->Init(); + a8::IoLoop::Instance()->Init(1); JsonDataMgr::Instance()->Init(); #if MASTER_MODE uuid.SetMachineId((node_id - 1) * MAX_NODE_ID + instance_id);