From 42e7eed1c4f585f2f25377187845a256f7118a1b Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Thu, 10 Apr 2025 12:01:50 -0400 Subject: [PATCH] Limit upload speed on public torrents --- ansible/roles/qbittorrent/templates/qbitmanage/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml index c861080..a57b81a 100644 --- a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml +++ b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml @@ -103,6 +103,7 @@ share_limits: - tv max_ratio: 2 max_seeding_time: 21600 # 15 days + limit_upload_speed: 5000 # 5 MiBps cleanup: true add_group_to_tag: false