From 11a65bb8bf1b50caa8942c940b5c0974bd97d00e Mon Sep 17 00:00:00 2001 From: Zachary Robert Thomas Boyd Date: Mon, 10 Mar 2014 17:20:22 -0400 Subject: [PATCH] _ --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index cca8726..6df7ffc 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", "15"); + define("INSTANCES", "50"); define("BALANCE_MODE", "roundrobin"); define("SOCKS_PORT", "9050"); define("CHECK_INSTALL", "polipo,haproxy,tor,screen");