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
697a8bc031cc39919ba24da2e74723b8d9f7e031
Authored by
zhouhaihai
2020-11-18 12:05:55 +0800
1 parent
385b542a
队列大小
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 @
697a8bc
...
...
@@ -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
...
...