Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxuqaq committed Nov 15, 2022
1 parent d7c7375 commit 8dc534c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>github.fileengine</groupId>
<artifactId>File-Engine</artifactId>
<version>3.8</version>
<version>3.9</version>
<repositories>
<repository>
<id>mulesoft</id>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/file/engine/services/DatabaseService.java
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,7 @@ private static void prepareSearchKeywords(Supplier<String> searchTextSupplier, S
private static void searchBarVisibleListener(Event event) {
SQLiteUtil.openAllConnection();
getInstance().sendExecuteSQLSignal();
// FIXME 当使用虚拟线程时不再初始化线程
int searchThreadNumber = AllConfigs.getInstance().getSearchThreadNumber();
CachedThreadPoolUtil cachedThreadPoolUtil = CachedThreadPoolUtil.getInstance();
for (int i = 0; i < searchThreadNumber; i++) {
Expand Down

0 comments on commit 8dc534c

Please sign in to comment.