mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +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,
|
||||
autoClose: false,
|
||||
start: 0,
|
||||
end: size
|
||||
end: size,
|
||||
highWaterMark: 1048576
|
||||
})
|
||||
|
||||
pipeline.bind(source, 'error')
|
||||
|
Loading…
x
Reference in New Issue
Block a user