فهرست منبع

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

Book Pauk 2 سال پیش
والد
کامیت
54f0cfec76
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      server/core/DbSearcher.js

+ 1 - 0
server/core/DbSearcher.js

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