Commit 4b925ae1ed6a2b9bc6db1d3bfe906209ada1004a

Authored by liuzujun
1 parent d2249a6f

修改线上服务器线程数量配置

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/basic.lua
... ... @@ -16,7 +16,7 @@ cluster = "./config/nodenames.lua"
16 16  
17 17 codeurl = "10.204.50.34:9001"
18 18 logd = 1 -- 是否开启日志
19   -thread = 4
  19 +thread = 16
20 20 max_client = 5000
21 21 debug_port = 10001
22 22 httpweb_port = 11001
... ...