aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-12-02 23:07:45 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-12-02 23:07:45 +0500
commita00d1e535442ac7b5acb05eefe13eddbedc9fc49 (patch)
treedd358a102eb4ce12434741e106ef70457e80c345
parent66b53a41924702cd1066912aefb952db8a76af9b (diff)
downloadprosody-a00d1e535442ac7b5acb05eefe13eddbedc9fc49.tar.gz
prosody-a00d1e535442ac7b5acb05eefe13eddbedc9fc49.zip
net.server_select: Set select() timeout to 3600 by default.
-rw-r--r--net/server_select.lua2
1 files changed, 1 insertions, 1 deletions
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