# HG changeset patch # User Waqas Hussain # Date 1291313265 -18000 # Node ID 8d2f959b80575901c2797668848685204c9d1fe0 # Parent 2e3f91cd170b6f94db1065ab27ee7f6c46aebd36 net.server_select: Set select() timeout to 3600 by default. diff -r 2e3f91cd170b -r 8d2f959b8057 net/server_select.lua --- a/net/server_select.lua Thu Dec 02 23:06:30 2010 +0500 +++ b/net/server_select.lua Thu Dec 02 23:07:45 2010 +0500 @@ -149,7 +149,7 @@ _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