mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
- Updated tracker behavior, it works better now (more µTorrent like)
This commit is contained in:
@@ -291,7 +291,7 @@ void bittorrent::configureSession() {
|
|||||||
}
|
}
|
||||||
sessionSettings.upnp_ignore_nonrouters = true;
|
sessionSettings.upnp_ignore_nonrouters = true;
|
||||||
sessionSettings.use_dht_as_fallback = false;
|
sessionSettings.use_dht_as_fallback = false;
|
||||||
sessionSettings.announce_to_all_trackers = true;
|
//sessionSettings.announce_to_all_trackers = true;
|
||||||
sessionSettings.announce_to_all_tiers = true; //uTorrent behavior
|
sessionSettings.announce_to_all_tiers = true; //uTorrent behavior
|
||||||
// To keep same behavior as in qbittorrent v1.2.0
|
// To keep same behavior as in qbittorrent v1.2.0
|
||||||
sessionSettings.rate_limit_ip_overhead = false;
|
sessionSettings.rate_limit_ip_overhead = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user