I install orbit-db repository and run.
example works on browser but there are lots of errors in console.
GET https://node0.preload.ipfs.io/api/v0/refs?r=true&arg=Qmb3vcXiX6dBHjWojh817SoVUdBmxiycrPs23ySeMRHT5v 429 (Too Many Requests)
This message is repeated with different hash.
here are captures.


package version
"go-ipfs-dep": "0.4.18",
"ipfs": "~0.33.0",
and node 10
mac
@huhsame Try this.
When instantiating IPFS use:
this.ipfs = new Ipfs({
preload: { enabled: false },
....
}
@aphelionz What does preload do?
@RichardLitt https://github.com/ipfs/js-ipfs#optionspreload
This would be great candidate for FAQ
Most helpful comment
@huhsame Try this.
When instantiating IPFS use: