Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Documentation/config/gvfs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,14 @@ gvfs.prefetchThreads::
index-pack execution, which can significantly speed up the
installation of multiple prefetch packs. Values less than `1` are
treated as `1`.

gvfs.postThreads::
Comment thread
derrickstolee marked this conversation as resolved.
Set the number of parallel workers used when fetching objects
via HTTP POST requests. Each worker creates its own HTTP
connection and streams the response directly into an
`index-pack --stdin` child process. The default value is `1`,
which processes POST requests sequentially using the existing
code path. Setting this to a higher value (for example `4`)
downloads multiple batches of objects concurrently when the POST
block size is at least `100`. Values less than `1` are treated as
`1`.
Loading
Loading