From 9e10f76830280c14ee139b4459a61dfbc56d3a0e Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Thu, 10 Apr 2025 11:58:02 -0400 Subject: [PATCH] Remove redundant share limit group in qbitmanage --- .../roles/qbittorrent/templates/qbitmanage/config.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml index e5aaacb..c861080 100644 --- a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml +++ b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml @@ -89,16 +89,6 @@ share_limits: priority: 1 include_all_tags: - noHL - exclude_all_tags: - - cross-seed - max_seeding_time: 28800 # 20 days - cleanup: true - add_group_to_tag: false - noHL.cross-seed: - priority: 2 - include_all_tags: - - noHL - - cross-seed max_seeding_time: 28800 # 20 days cleanup: true add_group_to_tag: false