summaryrefslogtreecommitdiff
path: root/client/Config.cpp
diff options
context:
space:
mode:
authorAlex Borisov <b0ric.alex@gmail.com>2012-03-25 22:16:30 +0300
committerAlex Borisov <b0ric.alex@gmail.com>2012-03-25 22:16:30 +0300
commitec80c67bcfec64177910f39d31c4b20974629096 (patch)
tree7132d5c394e0e62d3d17a40ce7587d270f3706b6 /client/Config.cpp
parentfc68a17bda76f7ffe8493bb8f9593631b9d05ba1 (diff)
Three color speed values
Diffstat (limited to 'client/Config.cpp')
-rw-r--r--client/Config.cpp2
1 files changed, 1 insertions, 1 deletions
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";