From 864d54f2e7e0dfb0a599f9b9d807344dd44e9b50 Mon Sep 17 00:00:00 2001 From: Zachary Robert Thomas Boyd Date: Sun, 9 Mar 2014 01:15:41 -0500 Subject: [PATCH] _ --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 7f00b73..cca8726 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", "10"); + define("INSTANCES", "15"); define("BALANCE_MODE", "roundrobin"); define("SOCKS_PORT", "9050"); define("CHECK_INSTALL", "polipo,haproxy,tor,screen");