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
606318cb85809a283d2597227ec51d4296194026
Authored by
liuzujun
2021-08-02 15:23:41 +0800
1 parent
4b925ae1
增加最大人数20000
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 @
606318c
...
...
@@ -17,7 +17,7 @@ cluster = "./config/nodenames.lua"
17
17
codeurl = "10.204.50.34:9001"
18
18
logd = 1 -- 是否开启日志
19
19
thread = 16
20
-max_client =
5
000
20
+max_client =
20
000
21
21
debug_port = 10001
22
22
httpweb_port = 11001
23
23
...
...