summaryrefslogtreecommitdiffstats
path: root/roles/bittorrent
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-09-15 15:56:49 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-09-15 15:56:49 +0200
commitbd7c1d23b258c96f4e9361fa124dc2c40647fdda (patch)
treeac944677268a714a89464be07bc23e9e65f95ec2 /roles/bittorrent
parent4406b15c36e3ea5f09380fd1de24090a7611d692 (diff)
downloadplaybooks-ansible-bd7c1d23b258c96f4e9361fa124dc2c40647fdda.tar.gz
playbooks-ansible-bd7c1d23b258c96f4e9361fa124dc2c40647fdda.tar.xz
playbooks-ansible-bd7c1d23b258c96f4e9361fa124dc2c40647fdda.zip
Fix bittorrent alt-speed limits
Diffstat (limited to 'roles/bittorrent')
-rw-r--r--roles/bittorrent/tasks/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/bittorrent/tasks/config.yml b/roles/bittorrent/tasks/config.yml
index 139ac84..a299619 100644
--- a/roles/bittorrent/tasks/config.yml
+++ b/roles/bittorrent/tasks/config.yml
@@ -2,13 +2,13 @@
command: transmission-remote --downlimit 400
- name: Limite up permanent
- command: transmission-remote --uplimit 30
+ command: transmission-remote --uplimit 40
- name: Limite down alternative
- command: transmission-remote --downlimit 100
+ command: transmission-remote --alt-speed-downlimit 0
- name: Limite up alternative
- command: transmission-remote --uplimit 20
+ command: transmission-remote --alt-speed-uplimit 0
- name: Début limites alternatives
command: transmission-remote --alt-speed-time-begin 0533