Commit 5ed0c637c225220a376154618b17c48d576b4cfd

Authored by zhouhaihai
1 parent 05b8e0a1

排队队列

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
config/basic.lua
... ... @@ -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
... ...