From 8c266b634de2d566150a7e0a3888ddb9ac86e917 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 24 Aug 2022 23:43:26 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BB=D0=B8?= =?UTF-8?q?=D1=88=D0=BD=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/core/utils.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/core/utils.js b/server/core/utils.js index 6c7d8f9..0411130 100644 --- a/server/core/utils.js +++ b/server/core/utils.js @@ -38,8 +38,6 @@ function hasProp(obj, prop) { function freeMemory() { if (global.gc) { global.gc(); - global.gc(); - global.gc(); } }