mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
FEATURE: Enabled lazy bitfield as a counter-measure for ISP speed throttling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user