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.
more feedback from ipfs add #567
Closed
Description
Currently, addFromFs
and ipfs add
only trigger the callback when everything is done or if an error occured. This has two problem:
- there is no feedback of the progress during the operation.
- all the stream of event of the daemon is buffered in memory and that can be expensive for a directory with a lot of files
- there is no way to process the result during the operation. You have to wait and process everything in the end.
It would be nice if there was an unbuffered version that trigger the callback for each daemon event.
Metadata
Metadata
Assignees
Labels
No labels