mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
buildvm-s390x (varnish): increase a bunch of timeouts now in production.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user