Commit 0d007e5e72cf6990bb66d14352ad98bfaeb11d18
1 parent
9f8192cc
修改同时在线量
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
config/basic.lua
... | ... | @@ -17,12 +17,12 @@ cluster = "./config/nodenames.lua" |
17 | 17 | codeurl = "10.235.14.85:9001" |
18 | 18 | logd = 1 -- 是否开启日志 |
19 | 19 | thread = 16 |
20 | -max_client = 8100 | |
20 | +max_client = 4100 | |
21 | 21 | debug_port = 10001 |
22 | 22 | httpweb_port = 11001 |
23 | 23 | |
24 | 24 | serverType = "ob" |
25 | -max_queue = 1000 | |
25 | +max_queue = 500 | |
26 | 26 | |
27 | 27 | redis_port = 6379 |
28 | 28 | redis_db = 0 | ... | ... |