1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transmission_ynh.git synced 2024-09-04 01:46:12 +02:00
transmission_ynh/conf/90-transmission.conf
Maniack Crudelis 0a5a5deaf8
Add info
2019-05-09 11:38:34 +02:00

5 lines
195 B
Text

# These settings affect the size of the buffers for send and receive sockets.
# Size of receive socket buffer
net.core.rmem_max = 4194304
# Size of send socket buffer
net.core.wmem_max = 1048576