Add missing semicolon

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2019-02-20 09:59:01 +00:00
parent 8fac2ff4b6
commit 1b9567b112

View file

@ -50,7 +50,7 @@ backend kojipkgs02 {
.timeout = 3600s; .timeout = 3600s;
.interval = 30s; .interval = 30s;
.window = 30; .window = 30;
.threshold = 30 .threshold = 30;
} }
.first_byte_timeout = 300s; .first_byte_timeout = 300s;
.connect_timeout = 30s; .connect_timeout = 30s;