From 1c0b098f9b722f775c75bd779d0327a1a431408e Mon Sep 17 00:00:00 2001 From: sumneko Date: Wed, 17 Apr 2019 14:18:13 +0800 Subject: =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B2=A1=E5=BF=85=E8=A6=81=E7=9A=84?= =?UTF-8?q?=E5=AE=8C=E6=95=B4=E5=9E=83=E5=9C=BE=E5=9B=9E=E6=94=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/async/loadfile.lua | 1 - server/src/async/proto.lua | 1 - 2 files changed, 2 deletions(-) (limited to 'server/src') 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 -- cgit v1.2.3