buildvm-s390x / varnish: fix missing ;s on 2 statements

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-02-14 19:02:58 +00:00
parent d7380081da
commit 741dd95893

View file

@ -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;