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

createAddStream implementation buffers instead of streaming #628

Closed
pgte opened this issue Nov 15, 2017 · 0 comments · Fixed by #629
Closed

createAddStream implementation buffers instead of streaming #628

pgte opened this issue Nov 15, 2017 · 0 comments · Fixed by #629
Assignees

Comments

@pgte
Copy link
Contributor

pgte commented Nov 15, 2017

ipfs.createAddStrean does not stream. Instead, if buffers all the files with open readable streams, which can eventually lead to file descriptor exhaustion.

Symptom well described in: ipfs/js-ipfs#823

@pgte pgte changed the title add implementation does not stream createAddStream implementation buffers instead of streaming Nov 15, 2017
@pgte pgte self-assigned this Nov 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants