mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Updated tracker behavior, it works better now (more µTorrent like)
This commit is contained in:
parent
e36e500045
commit
98223e54e8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue