This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
createAddStream implementation buffers instead of streaming #628
Closed
Description
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