Skip to content

Commit

Permalink
Auto merge of #5977 - ehuss:timeout-doc, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix http.timeout documentation.

This was changed in #2770, but the docs were never updated.
  • Loading branch information
bors committed Sep 5, 2018
2 parents 9311f6d + e78d5d4 commit 065e3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ token = "..." # Access token (found on the central repo’s website)
[http]
proxy = "host:port" # HTTP proxy to use for HTTP requests (defaults to none)
# in libcurl format, e.g. "socks5h://host:port"
timeout = 60000 # Timeout for each HTTP request, in milliseconds
timeout = 30 # Timeout for each HTTP request, in seconds
cainfo = "cert.pem" # Path to Certificate Authority (CA) bundle (optional)
check-revoke = true # Indicates whether SSL certs are checked for revocation
low-speed-limit = 5 # Lower threshold for bytes/sec (10 = default, 0 = disabled)
Expand Down

0 comments on commit 065e3ef

Please sign in to comment.