]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc/git-config: add unit for http.lowSpeedLimit
authorCorentin Garcia <corenting@gmail.com>
Sat, 13 May 2023 09:30:02 +0000 (09:30 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 May 2023 04:51:33 +0000 (21:51 -0700)
Add the unit (bytes per second) for http.lowSpeedLimit
in the documentation.

Signed-off-by: Corentin Garcia <corenting@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/http.txt

index afeeccfbfa7a7073a19088a625b03fe2abee5801..51a70781e58cf9923cb0b1b84104c6d011dbd5f8 100644 (file)
@@ -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.