We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7aa08 commit 4757cadCopy full SHA for 4757cad
opengrok-indexer/src/main/java/org/opengrok/indexer/index/IndexerParallelizer.java
@@ -248,7 +248,7 @@ private void createLazyCtagsWatcherExecutor() {
248
249
private void createLazyXrefWatcherExecutor() {
250
lzXrefWatcherExecutor = LazilyInstantiate.using(() ->
251
- new ScheduledThreadPoolExecutor(1,
+ new ScheduledThreadPoolExecutor(indexingParallelism,
252
new OpenGrokThreadFactory("xref-watcher")));
253
}
254
0 commit comments