mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
BUGFIX: Fixed download/upload speed decrease problems
This commit is contained in:
parent
f1ca41a5c5
commit
ada5d2665b
2 changed files with 3 additions and 0 deletions
|
@ -1006,6 +1006,8 @@ void GUI::configureSession(bool deleteOptions) {
|
|||
}
|
||||
sessionSettings.upnp_ignore_nonrouters = true;
|
||||
sessionSettings.use_dht_as_fallback = false;
|
||||
// To keep same behavior as in qbittorrent v1.2.0
|
||||
sessionSettings.rate_limit_ip_overhead = false;
|
||||
// Queueing System
|
||||
if(options->isQueueingSystemEnabled()) {
|
||||
if(!BTSession->isQueueingEnabled()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue