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(); } }