This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use dag.getMany to avoid overloading the DHT, when it arrives
Fixes ipfs-inactive/js-ipfs-unixfs-engine#216 by using one call to `dag.getMany` for all children of a given node instead of multiple calls to `dag.get`.
- Loading branch information