From 47000fc6f361433ce5be352e04d6280953b3aaf7 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Wed, 8 Oct 2025 16:47:09 -0400 Subject: [PATCH] Set speed limits on torrents from high bandwidth trackers (TL, FL, AR) --- .../templates/qbitmanage/config.yml | 22 ++++--------------- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml index 506df81..a19d751 100644 --- a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml +++ b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml @@ -111,28 +111,14 @@ share_limits: max_seeding_time: 129600 # 90 days cleanup: true add_group_to_tag: false - tl_cross-seed: + big: # Set speed limit on bandwidth hogs priority: 9 - include_all_tags: - - cross-seed + include_any_tags: - TorrentLeech + - FileList + - AlphaRatio limit_upload_speed: 100 # 100 KiBps add_group_to_tag: false - public_trackers: - priority: 10 - include_any_tags: - - Nyaa - - AnimeTosho - - rutracker - categories: - - movies - - tv - max_ratio: 2 - max_seeding_time: 21600 # 15 days - limit_upload_speed: 5000 # 5 MiBps - cleanup: true - add_group_to_tag: false - recyclebin: enabled: true