Browse Source

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

Book Pauk 2 năm trước cách đây
mục cha
commit
54f0cfec76
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
     }
 }