GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
4b925ae1ed6a2b9bc6db1d3bfe906209ada1004a
Authored by
liuzujun
2021-08-02 15:08:30 +0800
1 parent
d2249a6f
修改线上服务器线程数量配置
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/basic.lua
Inline
Side-by-side
config/basic.lua
Wrap text
Show/Hide comments
View file @
4b925ae
...
...
@@ -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
...
...