buildvm-s390x varnish: interval has to be more than timeout or things go strange.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-02-12 23:13:47 +00:00
parent df6ecb8a7d
commit c257814584

View file

@ -20,7 +20,7 @@ backend koji01 {
.probe = { .probe = {
.url = "/work/"; .url = "/work/";
.timeout = 10s; .timeout = 10s;
.interval = 5s; .interval = 30s;
.window = 5; .window = 5;
.threshold = 3; .threshold = 3;
} }
@ -34,7 +34,7 @@ backend kojipkgs01 {
.probe = { .probe = {
.url = "/"; .url = "/";
.timeout = 10s; .timeout = 10s;
.interval = 5s; .interval = 30s;
.window = 5; .window = 5;
.threshold = 3; .threshold = 3;
} }
@ -48,7 +48,7 @@ backend kojipkgs02 {
.probe = { .probe = {
.url = "/"; .url = "/";
.timeout = 10s; .timeout = 10s;
.interval = 5s; .interval = 30s;
.window = 5; .window = 5;
.threshold = 3; .threshold = 3;
} }