mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[minor] Updated max clients for pool
This commit is contained in:
parent
60791f361f
commit
32aaf74e95
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user