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
63df76e793efa66d2a80b36c687a47f38575189f
Authored by
zhouhaihai
2020-10-13 15:01:20 +0800
1 parent
e677aec1
排队队列
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/production.lua
Inline
Side-by-side
config/production.lua
Wrap text
Show/Hide comments
View file @
63df76e
...
...
@@ -6,6 +6,7 @@ codeurl = "127.0.0.1:9001"
6
6
servId = 1
7
7
8
8
max_client = 2000
9
+max_queue = 1000
9
10
10
11
server_port = 20001
11
12
debug_port = 10001
...
...