Commit 8bb310f8aeb776ae85f9ae7cd85f3e37ee5db4f1
1 parent
ec3ba882
调整服务器最大客户端数量为1000
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/basic.lua
@@ -17,7 +17,7 @@ cluster = "./config/nodenames.lua" | @@ -17,7 +17,7 @@ cluster = "./config/nodenames.lua" | ||
17 | codeurl = "172.16.83.194:9001" | 17 | codeurl = "172.16.83.194:9001" |
18 | logd = 1 -- 是否开启日志 | 18 | logd = 1 -- 是否开启日志 |
19 | thread = 4 | 19 | thread = 4 |
20 | -max_client = 3000 | 20 | +max_client = 1000 |
21 | 21 | ||
22 | serverType = "cb" | 22 | serverType = "cb" |
23 | max_queue = 500 | 23 | max_queue = 500 |