From 1b9567b112a7182d7b6004982b00b1ff9c63f14c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 20 Feb 2019 09:59:01 +0000 Subject: [PATCH] Add missing semicolon Signed-off-by: Patrick Uiterwijk --- roles/varnish/templates/s390kojipkgs.vcl.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/varnish/templates/s390kojipkgs.vcl.j2 b/roles/varnish/templates/s390kojipkgs.vcl.j2 index 05c4aa320e..9f8d120979 100644 --- a/roles/varnish/templates/s390kojipkgs.vcl.j2 +++ b/roles/varnish/templates/s390kojipkgs.vcl.j2 @@ -50,7 +50,7 @@ backend kojipkgs02 { .timeout = 3600s; .interval = 30s; .window = 30; - .threshold = 30 + .threshold = 30; } .first_byte_timeout = 300s; .connect_timeout = 30s;