mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-10-01 04:45:34 -04:00
reduce HTTP/2 concurrent streams to 16
This commit is contained in:
parent
46ca28258f
commit
0bcd3cdca3
@ -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…
Reference in New Issue
Block a user