소스 검색

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