Commit 697a8bc031cc39919ba24da2e74723b8d9f7e031

Authored by zhouhaihai
1 parent 385b542a

队列大小

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
... ...