mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-23 23:11:10 -04:00
increase max TCP send buffer size for matrix server
This commit is contained in:
parent
35e776f867
commit
56f169cbba
1 changed files with 1 additions and 0 deletions
1
hosts.sh
1
hosts.sh
|
@ -17,6 +17,7 @@ declare -Ar hosts_tcp_wmem_max=(
|
|||
[5.releases.grapheneos.org]=16777216
|
||||
[6.releases.grapheneos.org]=16777216
|
||||
[7.releases.grapheneos.org]=16777216
|
||||
[matrix.grapheneos.org]=16777216
|
||||
)
|
||||
|
||||
declare -Ar hosts_ssh_users=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue