You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default timeout if 30 s. The upload limit of crates.io is 10 MB. Assuming an internet connection with about 1mbit/s, it would roughly take 60 s to download a package. That does not fit.
Actually I do not even see how much sense a timeout makes, if the download works fine. Cargo should probably only use a timeout for establishing the connection but not for the download itself.
In principle I would even say this should fixed in rust-curl. The default timeout should be set to 0.
The text was updated successfully, but these errors were encountered:
The default timeout if 30 s. The upload limit of crates.io is 10 MB. Assuming an internet connection with about 1mbit/s, it would roughly take 60 s to download a package. That does not fit.
Actually I do not even see how much sense a timeout makes, if the download works fine. Cargo should probably only use a timeout for establishing the connection but not for the download itself.
In principle I would even say this should fixed in rust-curl. The default timeout should be set to 0.
The text was updated successfully, but these errors were encountered: