Skip to content

Commit

Permalink
Fixed typo in client-portal2 backend definition. first_byte_timeout c…
Browse files Browse the repository at this point in the history
…hanged from 90s to 30s to match the definition of client-portal1.
  • Loading branch information
Kristian Grønfeldt Sørensen committed Jun 29, 2021
1 parent f8448f5 commit b4712b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcl/fokuson-directors.inc.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ backend clientportal1 {
backend clientportal2 {
.host = "192.0.2.2";
.port = "8080";
.first_byte_timeout = 90s;
.first_byte_timeout = 30s;
.connect_timeout = 1.1s;
.probe = clientPortalProbe;
}
Expand Down

0 comments on commit b4712b3

Please sign in to comment.