We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd4c2f commit 610d908Copy full SHA for 610d908
opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/Configuration.java
@@ -542,7 +542,7 @@ public Configuration() {
542
//mandoc is default(String)
543
setMaxSearchThreadCount(2 * Runtime.getRuntime().availableProcessors());
544
setMaxRevisionThreadCount(Runtime.getRuntime().availableProcessors());
545
- setMergeCommitsEnabled(true);
+ setMergeCommitsEnabled(false);
546
setMessageLimit(500);
547
setNavigateWindowEnabled(false);
548
setNestingMaximum(1);
0 commit comments