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 37f781c commit 2bbcff6Copy full SHA for 2bbcff6
opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/Configuration.java
@@ -585,7 +585,7 @@ public Configuration() {
585
//mandoc is default(String)
586
setMaxSearchThreadCount(2 * Runtime.getRuntime().availableProcessors());
587
setMaxRevisionThreadCount(Runtime.getRuntime().availableProcessors());
588
- setMergeCommitsEnabled(false);
+ setMergeCommitsEnabled(true);
589
setMessageLimit(500);
590
setNavigateWindowEnabled(false);
591
setNestingMaximum(1);
0 commit comments