mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Make uTP rate limited by default
This commit is contained in:
parent
368ae43849
commit
399d957142
1 changed files with 2 additions and 2 deletions
|
@ -559,11 +559,11 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isuTPRateLimited() const {
|
bool isuTPRateLimited() const {
|
||||||
return value(QString::fromUtf8("Preferences/Bittorrent/uTP_rate_limiting"), false).toBool();
|
return value(QString::fromUtf8("Preferences/Bittorrent/uTP_rate_limited"), true).toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
void setuTPRateLimited(bool enabled) {
|
void setuTPRateLimited(bool enabled) {
|
||||||
setValue("Preferences/Bittorrent/uTP_rate_limiting", enabled);
|
setValue("Preferences/Bittorrent/uTP_rate_limited", enabled);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isDHTEnabled() const {
|
bool isDHTEnabled() const {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue