diff --git a/roles/varnish/templates/s390kojipkgs.vcl.j2 b/roles/varnish/templates/s390kojipkgs.vcl.j2 index 6f48149bc8..05c4aa320e 100644 --- a/roles/varnish/templates/s390kojipkgs.vcl.j2 +++ b/roles/varnish/templates/s390kojipkgs.vcl.j2 @@ -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;