buildvm-s390x / varnish: increase timeouts to crazy levels.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
735a5cfc8b
commit
a4f7c00d0b
1 changed files with 11 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue