diff --git a/src/core/preferences.cpp b/src/core/preferences.cpp index 438b2f5b3..009ee0f86 100644 --- a/src/core/preferences.cpp +++ b/src/core/preferences.cpp @@ -662,7 +662,7 @@ void Preferences::setGlobalDownloadLimit(int limit) int Preferences::getGlobalUploadLimit() const { - return value("Preferences/Connection/GlobalUPLimit", 50).toInt(); + return value("Preferences/Connection/GlobalUPLimit", -1).toInt(); } void Preferences::setGlobalUploadLimit(int limit) diff --git a/src/gui/options.ui b/src/gui/options.ui index bc37a824f..b6ea58855 100644 --- a/src/gui/options.ui +++ b/src/gui/options.ui @@ -1573,15 +1573,12 @@ Upload: - - true - - true + false @@ -1593,7 +1590,7 @@ 1000000 - 50 + 100