-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multirust defaults to a super slow server when downloading #93
Comments
multirust goes directly to s3, bypassing the cdn, when gpg is available because we have problems with the cdn becoming out of sync. |
How can I skip gpg checks then? 30 minutes is just way too long. |
Defeat this check to avoid downgrading to s3. Probably setting |
@brson Thanks, this worked:
With the trailing slash it did not work:
|
Here's how I want to solve this: use the CDN, but when a checksum failure occurs and gpg is available, try s3. |
When running multirust update the other day, it was downloading from here:
which took ~30 minutes.
If I download from here:
the download finishes in ~30s. I am in Europe.
Why is multirust defaulting to us-west?
The text was updated successfully, but these errors were encountered: