We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a714b3 + 0aefe4c commit 1f141d6Copy full SHA for 1f141d6
Documentation/config/http.txt
@@ -246,8 +246,9 @@ significantly since the entire buffer is allocated even for small
246
pushes.
247
248
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.
+ If the HTTP transfer speed, in bytes per second, is less than
+ 'http.lowSpeedLimit' for longer than 'http.lowSpeedTime' seconds,
251
+ the transfer is aborted.
252
Can be overridden by the `GIT_HTTP_LOW_SPEED_LIMIT` and
253
`GIT_HTTP_LOW_SPEED_TIME` environment variables.
254
0 commit comments