Skip to content

Commit

Permalink
fixup: 128K -> 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Oct 28, 2015
1 parent 2779bfb commit 0f09b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/child_process.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ function setupChannel(target, channel) {
handle: null,
message: message,
});
return this._handleQueue.length < (65536 * 2);
return this._handleQueue.length < 1;
}

var req = new WriteWrap();
Expand Down

0 comments on commit 0f09b7c

Please sign in to comment.