mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-05-20 15:30:26 -04:00
reduce HTTP/2 concurrent streams to 16
This commit is contained in:
parent
46ca28258f
commit
0bcd3cdca3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ http {
|
|||
resolver [::1];
|
||||
resolver_timeout 5s;
|
||||
|
||||
http2_max_concurrent_streams 32;
|
||||
http2_max_concurrent_streams 16;
|
||||
limit_conn_status 429;
|
||||
limit_conn_zone $binary_remote_addr zone=addr:10m;
|
||||
limit_conn addr 256;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue