mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
FEATURE: Announce to all trackers specified for a torrent (µTorrent behavior)
This commit is contained in:
parent
ac279979fb
commit
8ada8d33c8
2 changed files with 3 additions and 0 deletions
|
@ -291,6 +291,8 @@ void bittorrent::configureSession() {
|
|||
}
|
||||
sessionSettings.upnp_ignore_nonrouters = true;
|
||||
sessionSettings.use_dht_as_fallback = false;
|
||||
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;
|
||||
// Queueing System
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue