Skip to content

Commit f88adb0

Browse files
committed
Do not use a disabled-option in the docs
Updates #5717 Since people tend to copy/paste, the docs should not use the option which will disable curls low-speed-limit. Rather use a value lower than the default of 10
1 parent e7f00b3 commit f88adb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/doc/src/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ proxy = "host:port" # HTTP proxy to use for HTTP requests (defaults to none)
9595
timeout = 60000 # Timeout for each HTTP request, in milliseconds
9696
cainfo = "cert.pem" # Path to Certificate Authority (CA) bundle (optional)
9797
check-revoke = true # Indicates whether SSL certs are checked for revocation
98-
low-speed-limit = 0 # Lower threshold for bytes/sec (10 = default, 0 = disabled)
98+
low-speed-limit = 5 # Lower threshold for bytes/sec (10 = default, 0 = disabled)
9999

100100
[build]
101101
jobs = 1 # number of parallel jobs, defaults to # of CPUs

0 commit comments

Comments
 (0)