cargo config: add http section
This commit is contained in:
parent
7850ae0321
commit
27d1fadff8
@ -5,3 +5,11 @@ rustc-wrapper = ".cargo/bin/sccache" # enable sccache
|
|||||||
|
|
||||||
[future-incompat-report]
|
[future-incompat-report]
|
||||||
frequency = 'always' # when to display a notification about a 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
|
||||||
|
Loading…
Reference in New Issue
Block a user