mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-30 16:10:19 +01:00
11 lines
263 B
Text
11 lines
263 B
Text
|
files:
|
||
|
"/etc/sysctl.conf":
|
||
|
mode: "000644"
|
||
|
owner: root
|
||
|
group: root
|
||
|
content: |
|
||
|
net.ipv4.tcp_wmem = 4096 16384 512000
|
||
|
net.ipv4.tcp_rmem = 4096 87380 512000
|
||
|
net.ipv4.tcp_window_scaling = 0
|
||
|
net.ipv4.tcp_timestamps = 0
|