Skip to content

Commit 0f09b7c

Browse files
committed
fixup: 128K -> 1
1 parent 2779bfb commit 0f09b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/child_process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ function setupChannel(target, channel) {
577577
handle: null,
578578
message: message,
579579
});
580-
return this._handleQueue.length < (65536 * 2);
580+
return this._handleQueue.length < 1;
581581
}
582582

583583
var req = new WriteWrap();

0 commit comments

Comments
 (0)