Browse Source

Speed up test-tcp-throttle.js

v0.7.4-release
Ryan 16 years ago
parent
commit
0727fcc9ed
  1. 2
      test/mjsunit/test-tcp-throttle.js

2
test/mjsunit/test-tcp-throttle.js

@ -1,6 +1,6 @@
include("mjsunit.js"); include("mjsunit.js");
PORT = 20443; PORT = 20443;
N = 500; N = 200;
server = node.tcp.createServer(function (connection) { server = node.tcp.createServer(function (connection) {
function send (j) { function send (j) {

Loading…
Cancel
Save