We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d66ec commit eb930d7Copy full SHA for eb930d7
lib/internal/streams/transform.js
@@ -99,7 +99,7 @@ function Transform(options) {
99
// a "bug" where we check needDrain before calling _write and not after.
100
// Refs: https://github.com/nodejs/node/pull/32887
101
// Refs: https://github.com/nodejs/node/pull/35941
102
- writableHighWaterMark: 0
+ writableHighWaterMark: options.writableHighWaterMark || 0
103
};
104
}
105
0 commit comments