Skip to content

Commit

Permalink
Modify max number of keepalive requests and align timeout with client…
Browse files Browse the repository at this point in the history
… and server
  • Loading branch information
ValentaTomas committed Sep 11, 2024
1 parent 199edd3 commit a88e177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/nomad/proxies/client.conf
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ server {
# send_timeout 600s;
# proxy_connect_timeout 30s;

keepalive_timeout 600s;
keepalive_requests 2048;
keepalive_timeout 620s;
keepalive_requests 8192;

# gzip off;
location / {
Expand Down
4 changes: 2 additions & 2 deletions packages/nomad/proxies/session.conf
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ server {
# send_timeout 600s;

proxy_connect_timeout 5s;
keepalive_requests 2048;
keepalive_timeout 600s;
keepalive_requests 8192;
keepalive_timeout 630s;
# gzip off;

location / {
Expand Down

0 comments on commit a88e177

Please sign in to comment.