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
68dfae16484677376bd7844a986a140ee64ebb64
Authored by
zhouhaihai
2020-09-01 16:23:30 +0800
1 parent
d6e80658
客户端数量增加
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 @
68dfae1
...
...
@@ -14,7 +14,7 @@ cluster = "./config/nodenames.lua"
14
14
codeurl = "10.235.14.37:9001"
15
15
logd = 0 -- 是否开启日志
16
16
thread = 4
17
-max_client = 2
0
00
17
+max_client = 2
1
00
18
18
server_port = 20001
19
19
debug_port = 10001
20
20
httpweb_port = 11001
...
...