Skip to content

Commit 0aefe4c

Browse files
corentinggitster
authored andcommitted
doc/git-config: add unit for http.lowSpeedLimit
Add the unit (bytes per second) for http.lowSpeedLimit in the documentation. Signed-off-by: Corentin Garcia <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d1bd1d commit 0aefe4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/config/http.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,9 @@ significantly since the entire buffer is allocated even for small
246246
pushes.
247247

248248
http.lowSpeedLimit, http.lowSpeedTime::
249-
If the HTTP transfer speed is less than 'http.lowSpeedLimit'
250-
for longer than 'http.lowSpeedTime' seconds, the transfer is aborted.
249+
If the HTTP transfer speed, in bytes per second, is less than
250+
'http.lowSpeedLimit' for longer than 'http.lowSpeedTime' seconds,
251+
the transfer is aborted.
251252
Can be overridden by the `GIT_HTTP_LOW_SPEED_LIMIT` and
252253
`GIT_HTTP_LOW_SPEED_TIME` environment variables.
253254

0 commit comments

Comments
 (0)