You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: Documentation/config-options.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ For details on native git options see also the official [git config documentatio
31
31
|`core.dfs.blockSize`|`64 kiB`|⃞| Size in bytes of a single window read in from the pack file into the DFS block cache. |
32
32
|`core.dfs.concurrencyLevel`|`32`|⃞| The estimated number of threads concurrently accessing the DFS block cache. |
33
33
|`core.dfs.deltaBaseCacheLimit`|`10 MiB`|⃞| Maximum number of bytes to hold in per-reader DFS delta base cache. |
34
+
|`core.dfs.loadRevIndexInParallel`| false; |⃞| Try to load the reverse index in parallel with the bitmap index. |
34
35
|`core.dfs.streamFileThreshold`|`50 MiB`|⃞| The size threshold beyond which objects must be streamed. |
35
36
|`core.dfs.streamBuffer`| Block size of the pack |⃞| Number of bytes to use for buffering when streaming a pack file during copying. If 0 the block size of the pack is used|
36
37
|`core.dfs.streamRatio`|`0.30`|⃞| Ratio of DFS block cache to occupy with a copied pack. Values between `0` and `1.0`. |
0 commit comments