diff options
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 |