diff options
Diffstat (limited to 'client/Config.cpp')
-rw-r--r-- | client/Config.cpp | 2 |
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"; |