Skip to content

Commit 1f141d6

Browse files
committed
Merge branch 'cg/doc-http-lowspeed-limit'
Doc update. * cg/doc-http-lowspeed-limit: doc/git-config: add unit for http.lowSpeedLimit
2 parents 4a714b3 + 0aefe4c commit 1f141d6

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)