mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-09-18 11:24:50 -04:00
increase resolver timeout
This commit is contained in:
parent
a1997d89c4
commit
4f1aa5bceb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ http {
|
|||
send_timeout 30s;
|
||||
|
||||
resolver [::1];
|
||||
resolver_timeout 5s;
|
||||
resolver_timeout 15s;
|
||||
|
||||
http2_max_concurrent_streams 16;
|
||||
limit_conn_status 429;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue