cargo-bins / cargo-binstall

Binary installation for rust projects
GNU General Public License v3.0
1.63k stars 61 forks source link

Run artifact discover in sequential instead of in parallel #1796

Closed NobodyXu closed 5 months ago

NobodyXu commented 5 months ago

Creating too many requests is slower since cargo-binstall is very likely to be rate limited, and cargo-binstall actually has a preference on artifact discovery resolution, so many requests are just wasted/not used but slow down the one cargo-binstall want.

NobodyXu commented 5 months ago

Hmmm cc @passcod it seems that GitHub would not merge unless you approve it, to dismiss the previous request for change