Skip to content

Commit 32aaf74

Browse files
committed
[minor] Updated max clients for pool
1 parent 60791f3 commit 32aaf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/node-http-proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var sys = require('sys'),
3030
pool = require('./../vendor/pool/main'),
3131
eyes = require('eyes'),
3232
min = 0,
33-
max = 10;
33+
max = 100;
3434

3535
// Setup the PoolManager
3636
var manager = pool.createPoolManager();

0 commit comments

Comments
 (0)