buildvm-s390x / varnish: increase timeouts to crazy levels.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-02-14 15:40:51 +00:00
parent 735a5cfc8b
commit a4f7c00d0b

View file

@ -19,10 +19,10 @@ backend koji01 {
.host = "koji01.stg.phx2.fedoraproject.org";
.probe = {
.url = "/work/";
.timeout = 10s;
.timeout = 3600s;
.interval = 30s;
.window = 5;
.threshold = 3;
.window = 30;
.threshold = 30
}
.first_byte_timeout = 300s;
.connect_timeout = 10s;
@ -33,13 +33,13 @@ backend kojipkgs01 {
.host = "kojipkgs01.phx2.fedoraproject.org";
.probe = {
.url = "/";
.timeout = 10s;
.timeout = 3600s;
.interval = 30s;
.window = 5;
.threshold = 3;
.window = 30;
.threshold = 30
}
.first_byte_timeout = 300s;
.connect_timeout = 10s;
.connect_timeout = 30s;
.between_bytes_timeout = 2s;
}
@ -47,13 +47,13 @@ backend kojipkgs02 {
.host = "kojipkgs02.phx2.fedoraproject.org";
.probe = {
.url = "/";
.timeout = 10s;
.timeout = 3600s;
.interval = 30s;
.window = 5;
.threshold = 3;
.window = 30;
.threshold = 30
}
.first_byte_timeout = 300s;
.connect_timeout = 10s;
.connect_timeout = 30s;
.between_bytes_timeout = 2s;
}