Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

fix: use dag.getMany to avoid overloading the DHT, when it arrives #2

Merged
merged 1 commit into from
Nov 23, 2018

Conversation

achingbrain
Copy link
Collaborator

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.

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`.
@achingbrain achingbrain force-pushed the use-dag-get-many-for-child-nodes branch from f5373ef to f479d28 Compare November 23, 2018 17:20
@ghost ghost assigned achingbrain Nov 23, 2018
@ghost ghost added the in progress label Nov 23, 2018
@achingbrain achingbrain merged commit cd4f588 into master Nov 23, 2018
@ghost ghost removed the in progress label Nov 23, 2018
@achingbrain achingbrain deleted the use-dag-get-many-for-child-nodes branch November 23, 2018 17:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant