mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-23 05:59:22 -05:00
increase max TCP send buffer size for matrix server
This commit is contained in:
parent
35e776f867
commit
56f169cbba
1
hosts.sh
1
hosts.sh
@ -17,6 +17,7 @@ declare -Ar hosts_tcp_wmem_max=(
|
|||||||
[5.releases.grapheneos.org]=16777216
|
[5.releases.grapheneos.org]=16777216
|
||||||
[6.releases.grapheneos.org]=16777216
|
[6.releases.grapheneos.org]=16777216
|
||||||
[7.releases.grapheneos.org]=16777216
|
[7.releases.grapheneos.org]=16777216
|
||||||
|
[matrix.grapheneos.org]=16777216
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -Ar hosts_ssh_users=(
|
declare -Ar hosts_ssh_users=(
|
||||||
|
Loading…
Reference in New Issue
Block a user