IPFS refs should rate-limit how many blocks it requests at a time
Open
kind/bug
need/triage
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
#### Version information:
> v0.6.0-rc1
#### Description:
Currently, `ipfs refs` will download all children of a given parent in parallel. Unfortunately, any given node could link to _many_ children, causing us to load a bunch of blocks into memory, all at once.
Contributor guide
Assessment
This issue has not been assessed yet.