fs: remove unused default option in WriteStream
No bufferSize option is used in stream.Writable and fs.WriteStream.
This commit is contained in:
parent
829f96bada
commit
2b6c561040
@ -1559,7 +1559,6 @@ function WriteStream(path, options) {
|
|||||||
|
|
||||||
// a little bit bigger buffer and water marks by default
|
// a little bit bigger buffer and water marks by default
|
||||||
options = util._extend({
|
options = util._extend({
|
||||||
bufferSize: 64 * 1024,
|
|
||||||
lowWaterMark: 16 * 1024,
|
lowWaterMark: 16 * 1024,
|
||||||
highWaterMark: 64 * 1024
|
highWaterMark: 64 * 1024
|
||||||
}, options || {});
|
}, options || {});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user