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
d49797b78e9fb5448bad19a68bad54aa80fcd7dc
Authored by
zhouhaihai
2020-10-13 15:00:23 +0800
1 parent
48f23ae8
增加排队队列
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/qa.lua
Inline
Side-by-side
config/qa.lua
Wrap text
Show/Hide comments
View file @
d49797b
...
...
@@ -6,6 +6,7 @@ codeurl = "192.168.8.223:9090"
6
6
servId = 1
7
7
8
8
max_client = 64
9
+max_queue = 64
9
10
10
11
server_port = 12001
11
12
debug_port = 10001
...
...