buildvm-s390x (varnish): increase a bunch of timeouts now in production.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-02-12 19:14:43 +00:00
parent 45c7935adc
commit 22e1f2747e

View file

@ -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 {