diff options
author | Matthieu Saulnier <fantom@fedoraproject.org> | 2018-08-31 21:50:24 +0200 |
---|---|---|
committer | Matthieu Saulnier <fantom@fedoraproject.org> | 2018-08-31 21:50:24 +0200 |
commit | c1ac9e6ae9037a56b952e0eaab1759bee504d1d5 (patch) | |
tree | 101f15b2c2ce80022168232459b8bee87417452d /roles/bittorrent/files/transmission.conf | |
parent | 153f612d069e2eb008d876736bd543da646ac672 (diff) | |
download | playbooks-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.conf | 2 |
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 |