Commit 63df76e793efa66d2a80b36c687a47f38575189f

Authored by zhouhaihai
1 parent e677aec1

排队队列

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