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 dc607a8 commit c1594e1Copy full SHA for c1594e1
opengrok-indexer/src/main/java/org/opengrok/indexer/index/Indexer.java
@@ -571,7 +571,7 @@ public static String[] parseOptions(String[] argv) throws ParseException {
571
cfg.setHistoryParallelism((Integer) threadCount));
572
573
parser.on("--historyFileThreads", "=number", Integer.class,
574
- "The number of threads to use for history cache generation when dealing with files.",
+ "The number of threads to use for history cache generation when dealing with individual files.",
575
"By default the number of threads will be set to the number of available CPUs.",
576
"Assumes --renamedHistory=on").execute(threadCount ->
577
cfg.setHistoryFileParallelism((Integer) threadCount));
0 commit comments