summaryrefslogtreecommitdiffstats
path: root/roles/bittorrent/files/transmission.conf
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-08-31 21:50:24 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-08-31 21:50:24 +0200
commitc1ac9e6ae9037a56b952e0eaab1759bee504d1d5 (patch)
tree101f15b2c2ce80022168232459b8bee87417452d /roles/bittorrent/files/transmission.conf
parent153f612d069e2eb008d876736bd543da646ac672 (diff)
downloadplaybooks-ansible-c1ac9e6ae9037a56b952e0eaab1759bee504d1d5.tar.gz
playbooks-ansible-c1ac9e6ae9037a56b952e0eaab1759bee504d1d5.tar.xz
playbooks-ansible-c1ac9e6ae9037a56b952e0eaab1759bee504d1d5.zip
Add buffer size customization in bittorrent role
Diffstat (limited to 'roles/bittorrent/files/transmission.conf')
-rw-r--r--roles/bittorrent/files/transmission.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/bittorrent/files/transmission.conf b/roles/bittorrent/files/transmission.conf
new file mode 100644
index 0000000..bdf0de2
--- /dev/null
+++ b/roles/bittorrent/files/transmission.conf
@@ -0,0 +1,2 @@
+net.core.rmem_max = 4194304
+net.core.wmem_max = 1048576