]> source.dussan.org Git - jgit.git/commit
DfsReaderOptions: read loadRevIndexInParallel from config 79/1202479/2
authorIvan Frade <ifrade@google.com>
Fri, 11 Oct 2024 20:25:57 +0000 (13:25 -0700)
committerIvan Frade <ifrade@google.com>
Fri, 11 Oct 2024 20:31:50 +0000 (13:31 -0700)
commitc9586d19ab97e46239f1f9a4a522b914a5016107
treeaecb2abd1033d46b6cd87848c52ddacf77a46efd
parentac7cbfddf17b58671accc861fc870a2349be90d0
DfsReaderOptions: read loadRevIndexInParallel from config

The options have the field but it isn't loaded from the config. This
forces a workaround downstream.

Read the option from the config, as the others.

Change-Id: I7720812e0577d8f45f6b7f5b8495a8b64729125e
Documentation/config-options.md
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsReaderOptions.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java