Explorar el Código

Убрал лишнее

Book Pauk hace 2 años
padre
commit
8c266b634d
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      server/core/utils.js

+ 0 - 2
server/core/utils.js

@@ -38,8 +38,6 @@ function hasProp(obj, prop) {
 function freeMemory() {
     if (global.gc) {
         global.gc();
-        global.gc();
-        global.gc();
     }
 }