Rust / crates source availability

Question regarding a portupgrade -a run. What has to be done about the rust / crates repository files being so poorly available that fetch takes many hours on timeouts and unresponsive files on the same domain: crates.io?
It's really like the server is intentionally lagging on a bunch of 35KB files.
 
You could put the freebsd-owned backup site first to retrieve the distfiles. I am not sure how exactly to do that, might be buried in bsd.sites.mk.
 
You could put the freebsd-owned backup site first to retrieve the distfiles. I am not sure how exactly to do that, might be buried in bsd.sites.mk.
Same, I've done that before but I don't see to what the master site can be changed anymore.
It seems I have them all now. Had to run a background loop that kills all fetch instances older than 5 seconds.
 
Back
Top