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 9311f6d + e78d5d4 commit 065e3efCopy full SHA for 065e3ef
src/doc/src/reference/config.md
@@ -92,7 +92,7 @@ token = "..." # Access token (found on the central repo’s website)
92
[http]
93
proxy = "host:port" # HTTP proxy to use for HTTP requests (defaults to none)
94
# in libcurl format, e.g. "socks5h://host:port"
95
-timeout = 60000 # Timeout for each HTTP request, in milliseconds
+timeout = 30 # Timeout for each HTTP request, in seconds
96
cainfo = "cert.pem" # Path to Certificate Authority (CA) bundle (optional)
97
check-revoke = true # Indicates whether SSL certs are checked for revocation
98
low-speed-limit = 5 # Lower threshold for bytes/sec (10 = default, 0 = disabled)
0 commit comments