Commit 32aaf74e authored by indexzero's avatar indexzero

[minor] Updated max clients for pool

parent 60791f36
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment