We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60791f3 commit 32aaf74Copy full SHA for 32aaf74
lib/node-http-proxy.js
@@ -30,7 +30,7 @@ var sys = require('sys'),
30
pool = require('./../vendor/pool/main'),
31
eyes = require('eyes'),
32
min = 0,
33
- max = 10;
+ max = 100;
34
35
// Setup the PoolManager
36
var manager = pool.createPoolManager();
0 commit comments