ChluNetwork / chlu-ipfs-support

Support libs to talk to IPFS
MIT License
1 stars 1 forks source link

Remove useless bootstrap peers #90

Closed fazo96 closed 6 years ago

fazo96 commented 6 years ago

At the moment we are using the websocket-star rendezvous points, so libp2p/IPFS bootstrap nodes are just a waste of bandwidth. We should get rid of those by passing Bootstrap: [] to the config object when instancing IPFS

Here's the default one for the browser: https://github.com/ipfs/js-ipfs/blob/c3d2d1e6c5588725887649df43b77c6a5ad0d7b3/src/core/runtime/config-browser.js#L19