From 5eb479aa447b9a6cd0860605321d93d2f1052dca Mon Sep 17 00:00:00 2001 From: Zachary Robert Thomas Boyd Date: Mon, 10 Mar 2014 17:26:12 -0400 Subject: [PATCH] _ --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 6df7ffc..180051b 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ define("CONTROL_PORT", "15000"); define("TOR_DATA_DIR", "/data"); define("PROXY_PORT", "8123"); - define("INSTANCES", "50"); + define("INSTANCES", "25"); define("BALANCE_MODE", "roundrobin"); define("SOCKS_PORT", "9050"); define("CHECK_INSTALL", "polipo,haproxy,tor,screen");