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:
parent
df6ecb8a7d
commit
c257814584
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ backend koji01 {
|
|||
.probe = {
|
||||
.url = "/work/";
|
||||
.timeout = 10s;
|
||||
.interval = 5s;
|
||||
.interval = 30s;
|
||||
.window = 5;
|
||||
.threshold = 3;
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ backend kojipkgs01 {
|
|||
.probe = {
|
||||
.url = "/";
|
||||
.timeout = 10s;
|
||||
.interval = 5s;
|
||||
.interval = 30s;
|
||||
.window = 5;
|
||||
.threshold = 3;
|
||||
}
|
||||
|
@ -48,7 +48,7 @@ backend kojipkgs02 {
|
|||
.probe = {
|
||||
.url = "/";
|
||||
.timeout = 10s;
|
||||
.interval = 5s;
|
||||
.interval = 30s;
|
||||
.window = 5;
|
||||
.threshold = 3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue