fix(caddy): Increase max udp send/receive buffers to 7,5MB

This commit is contained in:
Saibotk 2025-01-18 17:07:56 +01:00
parent 63fcaeaa17
commit 2e271b6c96
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -74,7 +74,7 @@
- name: Set maximum udp send/receive buffer size to around 2,5MB for quic.
ansible.posix.sysctl:
name: "{{ item.name }}"
value: 2500000
value: 7500000
sysctl_set: true
state: present
reload: true