mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
FEATURE: Enabled lazy bitfield as a counter-measure for ISP speed throttling
This commit is contained in:
parent
c1acbda38f
commit
5af8b7c0e2
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;
|
||||
// To prevent ISPs from blocking seeding
|
||||
sessionSettings.lazy_bitfields = true;
|
||||
//sessionSettings.announce_to_all_trackers = true;
|
||||
#ifdef LIBTORRENT_0_15
|
||||
sessionSettings.announce_to_all_tiers = true; //uTorrent behavior
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue