cargo-bins / cargo-quickinstall

pre-compiled binary packages for `cargo install`
Apache License 2.0
218 stars 11 forks source link

Trigger exactly `CRATE_CHECK_LIMIT` builds for each target in `cronjob` #193

Closed NobodyXu closed 1 year ago

NobodyXu commented 1 year ago

Currently, cronjob only triggers one or two builds (way below CRATE_CHECK_LIMIT * num of targets) even if there are a lot of requested crates.

This PR attempts to fix it with:

Signed-off-by: Jiahao XU Jiahao_XU@outlook.com