buildvm-s390x / varnish: fix missing ;s on 2 statements
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d7380081da
commit
741dd95893
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ backend koji01 {
|
|||
.timeout = 3600s;
|
||||
.interval = 30s;
|
||||
.window = 30;
|
||||
.threshold = 30
|
||||
.threshold = 30;
|
||||
}
|
||||
.first_byte_timeout = 300s;
|
||||
.connect_timeout = 10s;
|
||||
|
@ -36,7 +36,7 @@ backend kojipkgs01 {
|
|||
.timeout = 3600s;
|
||||
.interval = 30s;
|
||||
.window = 30;
|
||||
.threshold = 30
|
||||
.threshold = 30;
|
||||
}
|
||||
.first_byte_timeout = 300s;
|
||||
.connect_timeout = 30s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue