Skip to content

Commit 2b6c561

Browse files
Shigeki Ohtsubnoordhuis
authored andcommitted
fs: remove unused default option in WriteStream
No bufferSize option is used in stream.Writable and fs.WriteStream.
1 parent 829f96b commit 2b6c561

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/fs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,6 @@ function WriteStream(path, options) {
15591559

15601560
// a little bit bigger buffer and water marks by default
15611561
options = util._extend({
1562-
bufferSize: 64 * 1024,
15631562
lowWaterMark: 16 * 1024,
15641563
highWaterMark: 64 * 1024
15651564
}, options || {});

0 commit comments

Comments
 (0)