diff options
author | Steven Barth <steven@midlink.org> | 2008-08-27 17:45:58 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-27 17:45:58 +0000 |
commit | af18067e75c3b6d9bbfa31b7ac844e6d3c9013e0 (patch) | |
tree | 3997bb2a3b8b86376ce3e4ed0380be0babeb1876 /libs/httpd/luasrc/httpd.lua | |
parent | 4e15641c240e28d60558a4b9e0d4738d5671412d (diff) |
Fix some synchronization issues
Diffstat (limited to 'libs/httpd/luasrc/httpd.lua')
-rw-r--r-- | libs/httpd/luasrc/httpd.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/httpd/luasrc/httpd.lua b/libs/httpd/luasrc/httpd.lua index 541063cc7..75f5132e0 100644 --- a/libs/httpd/luasrc/httpd.lua +++ b/libs/httpd/luasrc/httpd.lua @@ -121,7 +121,6 @@ function step() end if idle then - collectgarbage() socket.sleep(THREAD_IDLEWAIT) end end |