cargo-binstall/crates/binstalk-registry/src
Jiahao XU f0f0c2bd14
binstalk-registry: Rm rate-limit for crates.io registry (#1299)
Fixed #1295

The 1 request per second rate-limit is too strict and it makes
`cargo-binstall` very slow when resolving many crates in parallel.

Relying on the rate-limit in `binstalk_downloader::remote::Client`
should be good enough.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-08-16 21:18:41 +00:00
..
common.rs Refactor: Extract new crate binstalk-registry (#1289) 2023-08-13 07:16:53 +00:00
crates_io_registry.rs binstalk-registry: Rm rate-limit for crates.io registry (#1299) 2023-08-16 21:18:41 +00:00
git_registry.rs Refactor: Extract new crate binstalk-registry (#1289) 2023-08-13 07:16:53 +00:00
lib.rs binstalk-registry: Rm rate-limit for crates.io registry (#1299) 2023-08-16 21:18:41 +00:00
sparse_registry.rs Refactor: Extract new crate binstalk-registry (#1289) 2023-08-13 07:16:53 +00:00
vfs.rs Refactor: Extract new crate binstalk-registry (#1289) 2023-08-13 07:16:53 +00:00
visitor.rs Refactor: Extract new crate binstalk-registry (#1289) 2023-08-13 07:16:53 +00:00