From: Matthew Wild Date: Sat, 18 Dec 2010 14:46:28 +0000 (+0000) Subject: net/server_select.lua: Reduce select() timeout back to 1s X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=aa53318e7ca435fd45038557eb497b6514a6b995;p=prosody.git net/server_select.lua: Reduce select() timeout back to 1s --- diff --git a/net/server_select.lua b/net/server_select.lua index 0310a991..cfd7f3cd 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 = 3600 -- timeout of socket.select +_selecttimeout = 1 -- timeout of socket.select _sleeptime = 0 -- time to wait at the end of every loop _maxsendlen = 51000 * 1024 -- max len of send buffer