diff --git a/lib/node-http-proxy.js b/lib/node-http-proxy.js index ac84ba9..c78948b 100644 --- a/lib/node-http-proxy.js +++ b/lib/node-http-proxy.js @@ -30,7 +30,7 @@ var sys = require('sys'), pool = require('./../vendor/pool/main'), eyes = require('eyes'), min = 0, - max = 10; + max = 100; // Setup the PoolManager var manager = pool.createPoolManager();