-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
config option to disable automatic providing #3480
Comments
Also, with this, it would be nice to have a test that checks the dht for providers to confirm nothing was provided. |
cc @magik6k, I think this is relevant to the reprovider strategies work |
There is now |
Should be solved by #6292 |
You can use the Strategic Provider to solve this problem. Closing this issue. |
Asking users to enable Strategic Providing to disable providing is really not a good UX 🙃 We should add |
With large scale data transfers, the current dht content routing system takes wayyyy too much bandwidth and time. We should add an option to the config that constructs bitswap in offline mode so that adds and transfers can avoid providing automatically. Users of this feature can choose to manually provide via
ipfs dht provide
I really want this for some of my tests, i'm transferring terabytes of data and providers are using an absurd amount of my upload.
The text was updated successfully, but these errors were encountered: