mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 03:36:36 +00:00
minifix(writer): Increase HWM for verification readstream
Change-Type: patch
This commit is contained in:
parent
d3a4753b79
commit
553fbf1a77
@ -810,7 +810,8 @@ class ImageWriter extends EventEmitter {
|
|||||||
fd: destination.fd,
|
fd: destination.fd,
|
||||||
autoClose: false,
|
autoClose: false,
|
||||||
start: 0,
|
start: 0,
|
||||||
end: size
|
end: size,
|
||||||
|
highWaterMark: 1048576
|
||||||
})
|
})
|
||||||
|
|
||||||
pipeline.bind(source, 'error')
|
pipeline.bind(source, 'error')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user