diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-05-20 05:35:56 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-05-20 05:35:56 +0900 |
| commit | 1f141d6cb23b8b11be0412b96cd54fc867de7a2a (patch) | |
| tree | 5eb0f6da938e78a33547f515708fe83ce1d60a1c | |
| parent | Git 2.41-rc1 (diff) | |
| parent | doc/git-config: add unit for http.lowSpeedLimit (diff) | |
| download | git-1f141d6cb23b8b11be0412b96cd54fc867de7a2a.tar.gz git-1f141d6cb23b8b11be0412b96cd54fc867de7a2a.zip | |
Merge branch 'cg/doc-http-lowspeed-limit'
Doc update.
* cg/doc-http-lowspeed-limit:
doc/git-config: add unit for http.lowSpeedLimit
| -rw-r--r-- | Documentation/config/http.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/config/http.txt b/Documentation/config/http.txt index afeeccfbfa..51a70781e5 100644 --- a/Documentation/config/http.txt +++ b/Documentation/config/http.txt @@ -246,8 +246,9 @@ significantly since the entire buffer is allocated even for small pushes. http.lowSpeedLimit, http.lowSpeedTime:: - If the HTTP transfer speed is less than 'http.lowSpeedLimit' - for longer than 'http.lowSpeedTime' seconds, the transfer is aborted. + If the HTTP transfer speed, in bytes per second, is less than + 'http.lowSpeedLimit' for longer than 'http.lowSpeedTime' seconds, + the transfer is aborted. Can be overridden by the `GIT_HTTP_LOW_SPEED_LIMIT` and `GIT_HTTP_LOW_SPEED_TIME` environment variables. |
