Minor chantes on async tasks scheduling.

This commit is contained in:
Andrey Antukh
2021-01-27 10:55:26 +01:00
parent 03d8bcaea2
commit fac6dd81b9
3 changed files with 5 additions and 6 deletions

View File

@@ -12,12 +12,10 @@ http {
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_requests 30;
keepalive_timeout 65;
types_hash_max_size 2048;
keepalive_requests 30;
keepalive_timeout 30s;
server_tokens off;
reset_timedout_connection on;