buildvm-s390x (varnish): increase a bunch of timeouts now in production.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
45c7935adc
commit
22e1f2747e
1 changed files with 8 additions and 2 deletions
|
@ -33,22 +33,28 @@ backend kojipkgs01 {
|
|||
.host = "kojipkgs01.phx2.fedoraproject.org";
|
||||
.probe = {
|
||||
.url = "/";
|
||||
.timeout = 1s;
|
||||
.timeout = 10s;
|
||||
.interval = 5s;
|
||||
.window = 5;
|
||||
.threshold = 3;
|
||||
}
|
||||
.first_byte_timeout = 300s;
|
||||
.connect_timeout = 10s;
|
||||
.between_bytes_timeout = 2s;
|
||||
}
|
||||
|
||||
backend kojipkgs02 {
|
||||
.host = "kojipkgs02.phx2.fedoraproject.org";
|
||||
.probe = {
|
||||
.url = "/";
|
||||
.timeout = 1s;
|
||||
.timeout = 10s;
|
||||
.interval = 5s;
|
||||
.window = 5;
|
||||
.threshold = 3;
|
||||
}
|
||||
.first_byte_timeout = 300s;
|
||||
.connect_timeout = 10s;
|
||||
.between_bytes_timeout = 2s;
|
||||
}
|
||||
|
||||
sub vcl_init {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue