Disable tcp_nodelay for reqwest::Client and add rate limiting for https requests (#458)

This commit is contained in:
Jiahao XU 2022-10-07 15:51:34 +11:00 committed by GitHub
parent 8398ec2d4b
commit 76bc030f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 243 additions and 99 deletions

View file

@ -29,7 +29,6 @@ dirs = "4.0.0"
log = "0.4.17"
miette = "5.3.0"
mimalloc = { version = "0.1.29", default-features = false, optional = true }
reqwest = { version = "0.11.12", default-features = false }
semver = "1.0.14"
simplelog = "0.12.0"
tempfile = "3.3.0"