mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 21:51:25 -07:00
Don't use a default upload limit. Closes #3275.
This commit is contained in:
parent
e4062e0f35
commit
1b430abb16
2 changed files with 3 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue