aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bun.js/webcore/streams.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/webcore/streams.zig b/src/bun.js/webcore/streams.zig
index 54819a4e5..548bb5087 100644
--- a/src/bun.js/webcore/streams.zig
+++ b/src/bun.js/webcore/streams.zig
@@ -3490,6 +3490,7 @@ pub const FIFO = struct {
},
signal: JSC.WebCore.Signal = .{},
is_first_read: bool = true,
+ has_adjusted_pipe_size_on_linux: bool = false,
auto_close: bool = true,
pub usingnamespace NewReadyWatcher(@This(), .readable, ready);