qingyan 5 days ago
parent
commit
d9e8b12b46
1 changed files with 0 additions and 1 deletions
  1. 0 1
      service/main.lua

+ 0 - 1
service/main.lua

@@ -69,7 +69,6 @@ skynet.start(function()
 	local http_balance = 1
 	local id = socket.listen("0.0.0.0",runconfig.httpProt )
 	socket.start(id , function(id, addr)
-		skynet.socket.limit(id, 2 * 1024 * 1024)
 		skynet.send(httpworks[http_balance], "lua", id,addr)
 		http_balance = http_balance + 1
 		if http_balance > #httpworks then