From ec80c67bcfec64177910f39d31c4b20974629096 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sun, 25 Mar 2012 22:16:30 +0300 Subject: Three color speed values --- client/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/Config.cpp') diff --git a/client/Config.cpp b/client/Config.cpp index 45d8f72..8b4f67d 100644 --- a/client/Config.cpp +++ b/client/Config.cpp @@ -90,7 +90,7 @@ Config::ServerEntry::ServerEntry(string& entry): host("127.0.0.1"), timeout(120) /* * Config nested class section */ -Config::Config(): StaticProxySpeedLow(50) +Config::Config(): StaticProxySpeedLow(125000), StaticProxySpeedLowCrucial(25000) { Logger::Info("Parsing config.cfg to determine initial configuration\n"); QString configPath = this_app->applicationDirPath()+ "/config.cfg"; -- cgit v1.2.3