Skip to content

Commit

Permalink
Merge pull request #189 from jamebal/develop
Browse files Browse the repository at this point in the history
perf: 修复大量文件重建索引卡住的问题
  • Loading branch information
jamebal authored Nov 30, 2024
2 parents f6e399e + 0eaaaa0 commit 5f62e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jmal/clouddisk/lucene/LuceneService.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class LuceneService {
/**
* 新建索引文件缓冲队列大小
*/
private final static int CREATE_INDEX_QUEUE_SIZE = 512;
private final static int CREATE_INDEX_QUEUE_SIZE = 40960;

/**
* 新建索引文件缓冲队列
Expand Down

0 comments on commit 5f62e78

Please sign in to comment.