mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
- Updated tracker behavior, it works better now (more µTorrent like)
This commit is contained in:
parent
e36e500045
commit
98223e54e8
@ -291,7 +291,7 @@ void bittorrent::configureSession() {
|
||||
}
|
||||
sessionSettings.upnp_ignore_nonrouters = true;
|
||||
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
|
||||
// To keep same behavior as in qbittorrent v1.2.0
|
||||
sessionSettings.rate_limit_ip_overhead = false;
|
||||
|
Loading…
Reference in New Issue
Block a user