Skip to content

Commit 8dc534c

Browse files
author
xuanxuqaq
committed
更新版本
1 parent d7c7375 commit 8dc534c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>github.fileengine</groupId>
88
<artifactId>File-Engine</artifactId>
9-
<version>3.8</version>
9+
<version>3.9</version>
1010
<repositories>
1111
<repository>
1212
<id>mulesoft</id>

src/main/java/file/engine/services/DatabaseService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,6 +1817,7 @@ private static void prepareSearchKeywords(Supplier<String> searchTextSupplier, S
18171817
private static void searchBarVisibleListener(Event event) {
18181818
SQLiteUtil.openAllConnection();
18191819
getInstance().sendExecuteSQLSignal();
1820+
// FIXME 当使用虚拟线程时不再初始化线程
18201821
int searchThreadNumber = AllConfigs.getInstance().getSearchThreadNumber();
18211822
CachedThreadPoolUtil cachedThreadPoolUtil = CachedThreadPoolUtil.getInstance();
18221823
for (int i = 0; i < searchThreadNumber; i++) {

0 commit comments

Comments
 (0)