-
Notifications
You must be signed in to change notification settings - Fork 423
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
chore: remove mentions of decommissioned Cloudflare hosts #1886
Conversation
this removes mentions of `https://cf-ipfs.com` or `https://cloudflare-ipfs.com` and ensures content makes sense after August 14th, 2024 Context: https://blog.cloudflare.com/cloudflares-public-ipfs-gateways-and-supporting-interplanetary-shipyard
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but left a couple comments
@@ -35,7 +35,7 @@ If you are running an IPFS node that is also configured as an IPFS gateway, each | |||
- Put a CDN like Cloudflare in front of the IPFS gateway. | |||
- Consider enabling the [Accelerated DHT Client](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#accelerated-dht-client). | |||
- Test and monitor your internet connection speed, with a tool like [Speedtest CLI](https://www.speedtest.net/apps/cli). | |||
- Monitor disk I/O and make sure that no other processes are causing disk I/O bottlenecks with a tool like [iotop](https://linux.die.net/man/1/iotop) or [iostat](https://linux.die.net/man/1/iostat). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did these links change and why is one to GitHub and the other not (looks like iostat might be here https://github.com/sysstat/sysstat)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linux.die.net
return 403 to requests coming from CI, likely some overzealous abuse protection. I'll switch the iostat to github too, thanks!
Co-authored-by: Adin Schmahmann <[email protected]>
This PR removes mentions of
https://cf-ipfs.com
orhttps://cloudflare-ipfs.com
and ensures content makes sense after August 14th, 2024Context:
https://blog.cloudflare.com/cloudflares-public-ipfs-gateways-and-supporting-interplanetary-shipyard
Supersedes / Closes #1865 + fixes bunch of broken links that CI identified.