cargo config: add http section

This commit is contained in:
surtur 2022-04-16 17:30:07 +02:00
parent 7850ae0321
commit 27d1fadff8
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -5,3 +5,11 @@ rustc-wrapper = ".cargo/bin/sccache" # enable sccache
[future-incompat-report]
frequency = 'always' # when to display a notification about a future incompat report
[http]
debug = false # HTTP debugging
ssl-version = "tlsv1.3" # TLS version to use
timeout = 30 # timeout for each HTTP request, in seconds
low-speed-limit = 10 # network timeout threshold (bytes/sec)
check-revoke = true # check for SSL certificate revocation
multiplexing = true # HTTP/2 multiplexing