Skip to content

Commit

Permalink
varnish: set first_byte_timeout to 65s
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Feb 8, 2025
1 parent 80866f7 commit 82ad70a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/varnish/templates/default.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ backend <%= name %> {
.probe = <%= property['probe'] %>;
<%- end -%>
.connect_timeout = 3s;
.first_byte_timeout = 63s;
.first_byte_timeout = 65s;
.between_bytes_timeout = 31s;
.max_connections = 5000;
}
Expand All @@ -49,7 +49,7 @@ backend <%= name %>_test {
.host = "127.0.0.1";
.port = "<%= property['port'] %>";
.connect_timeout = 3s;
.first_byte_timeout = 63s;
.first_byte_timeout = 65s;
.between_bytes_timeout = 31s;
.max_connections = 5000;
}
Expand Down

0 comments on commit 82ad70a

Please sign in to comment.