From 32aaf74e95f8a39d847b352ca984145e7abe89a6 Mon Sep 17 00:00:00 2001 From: indexzero Date: Mon, 20 Sep 2010 20:38:19 -0400 Subject: [PATCH] [minor] Updated max clients for pool --- lib/node-http-proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node-http-proxy.js b/lib/node-http-proxy.js index ac84ba9..c78948b 100644 --- a/lib/node-http-proxy.js +++ b/lib/node-http-proxy.js @@ -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();