minifix(writer): Increase HWM for verification readstream

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2018-04-27 22:29:03 +02:00
parent d3a4753b79
commit 553fbf1a77
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F

View File

@ -810,7 +810,8 @@ class ImageWriter extends EventEmitter {
fd: destination.fd,
autoClose: false,
start: 0,
end: size
end: size,
highWaterMark: 1048576
})
pipeline.bind(source, 'error')