[minor] Updated max clients for pool

This commit is contained in:
indexzero 2010-09-20 20:38:19 -04:00
parent 60791f361f
commit 32aaf74e95

View File

@ -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();