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
5ed0c637c225220a376154618b17c48d576b4cfd
Authored by
zhouhaihai
2020-10-13 15:02:17 +0800
1 parent
05b8e0a1
排队队列
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
config/basic.lua
Inline
Side-by-side
config/basic.lua
Wrap text
Show/Hide comments
View file @
5ed0c63
...
...
@@ -21,4 +21,5 @@ max_client = 2100
21
21
debug_port = 10001
22
22
httpweb_port = 11001
23
23
24
-serverType = "cb"
25
24
\ No newline at end of file
25
+serverType = "cb"
26
+max_queue = 1000
26
27
\ No newline at end of file
...
...