瀏覽代碼

Добавлен 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;
     }
 }