Software /
code /
prosody
Diff
core/sessionmanager.lua @ 2163:8d33f94dc3a1
core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 24 Nov 2009 20:34:22 +0000 |
parent | 2144:8e59d37a0e68 |
child | 2449:678ca4e9a479 |
line wrap: on
line diff
--- a/core/sessionmanager.lua Mon Nov 23 20:22:37 2009 +0000 +++ b/core/sessionmanager.lua Tue Nov 24 20:34:22 2009 +0000 @@ -10,7 +10,6 @@ local tonumber, tostring = tonumber, tostring; local ipairs, pairs, print, next= ipairs, pairs, print, next; -local collectgarbage = collectgarbage; local format = import("string", "format"); local hosts = hosts;