Skip to content

Commit

Permalink
[minor] Updated max clients for pool
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Sep 21, 2010
1 parent 60791f3 commit 32aaf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node-http-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 32aaf74

Please sign in to comment.