From 5e039f92e23aeb53de8d599b4549880d58ec0519 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Thu, 2 Dec 2010 23:07:45 +0500 Subject: [PATCH] net.server_select: Set select() timeout to 3600 by default. --- net/server_select.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/server_select.lua b/net/server_select.lua index cfd7f3cd..0310a991 100644 --- a/net/server_select.lua +++ b/net/server_select.lua @@ -149,7 +149,7 @@ _timerlistlen = 0 -- lenght of timerlist _sendtraffic = 0 -- some stats _readtraffic = 0 -_selecttimeout = 1 -- timeout of socket.select +_selecttimeout = 3600 -- timeout of socket.select _sleeptime = 0 -- time to wait at the end of every loop _maxsendlen = 51000 * 1024 -- max len of send buffer -- 2.30.2