Merge pull request #2750 from mempool/ops/increase-nginx-max-concurrent-streams

[ops] Increase nginx max concurrent streams
This commit is contained in:
wiz 2022-11-30 22:49:48 +09:00 committed by GitHub
commit 100c1b292a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,3 +35,5 @@ gzip_types application/javascript application/json application/ld+json applicati
# limit request body size # limit request body size
client_max_body_size 10m; client_max_body_size 10m;
# need to bump this up for about page sponsor images lol
http2_max_concurrent_streams 256;