fix(caddy): Increase max udp send/receive buffers to 7,5MB
This commit is contained in:
parent
63fcaeaa17
commit
2e271b6c96
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue