summaryrefslogtreecommitdiff
path: root/server/src/async
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/async')
-rw-r--r--server/src/async/loadfile.lua1
-rw-r--r--server/src/async/proto.lua1
2 files changed, 0 insertions, 2 deletions
diff --git a/server/src/async/loadfile.lua b/server/src/async/loadfile.lua
index e5f270fb..a7838f7f 100644
--- a/server/src/async/loadfile.lua
+++ b/server/src/async/loadfile.lua
@@ -7,6 +7,5 @@ while true do
if buf then
OUT:push(filename, buf)
end
- collectgarbage()
GC:push(ID, collectgarbage 'count')
end
diff --git a/server/src/async/proto.lua b/server/src/async/proto.lua
index bc2714af..3e7fcc60 100644
--- a/server/src/async/proto.lua
+++ b/server/src/async/proto.lua
@@ -53,6 +53,5 @@ end
while true do
readProto()
- collectgarbage()
GC:push(ID, collectgarbage 'count')
end