Explorar el Código

Добавлен heavyCalc.terminate() в close

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

+ 1 - 0
server/core/DbSearcher.js

@@ -496,6 +496,7 @@ class DbSearcher {
             this.timer = null;
             this.timer = null;
         }
         }
 
 
+        this.heavyCalc.terminate();
         this.closed = true;
         this.closed = true;
     }
     }
 }
 }