pull-stream/pull-files

buffer: false instead of stream: true

Closed this issue · 0 comments

jamen commented

For things like pull-bundle where it is unnecessary to read the files.

For now, stream: true will work, and the packages will never read file.data

It makes sense to use buffer: false, because it works for when you need stream mode or you dont need to read data. Might as well kill two birds with one stone.