dappnode / DNP_IPFS

Dappnode package responsible for providing IPFS connectivity
GNU General Public License v3.0
4 stars 9 forks source link

Limit bandwith usage #16

Closed vdo closed 5 years ago

vdo commented 5 years ago

After using DAppNode for a while and pinning packages with a custom pinner, IPFS makes use of all bandwith available in my home connection, causing troubles in the network (slow downloads, high latency, etc).

Adding --routing=dhtclient as a default parameter should keep it in a more reasonable level.

Related issue: https://github.com/ipfs/go-ipfs/issues/3429