From 22e1f2747eb10ebeb298d886db879e95d3fdcb58 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 12 Feb 2019 19:14:43 +0000 Subject: [PATCH] buildvm-s390x (varnish): increase a bunch of timeouts now in production. Signed-off-by: Kevin Fenzi --- roles/varnish/templates/s390kojipkgs.vcl.j2 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/roles/varnish/templates/s390kojipkgs.vcl.j2 b/roles/varnish/templates/s390kojipkgs.vcl.j2 index 8c7da209e4..e459dba716 100644 --- a/roles/varnish/templates/s390kojipkgs.vcl.j2 +++ b/roles/varnish/templates/s390kojipkgs.vcl.j2 @@ -33,22 +33,28 @@ backend kojipkgs01 { .host = "kojipkgs01.phx2.fedoraproject.org"; .probe = { .url = "/"; - .timeout = 1s; + .timeout = 10s; .interval = 5s; .window = 5; .threshold = 3; } + .first_byte_timeout = 300s; + .connect_timeout = 10s; + .between_bytes_timeout = 2s; } backend kojipkgs02 { .host = "kojipkgs02.phx2.fedoraproject.org"; .probe = { .url = "/"; - .timeout = 1s; + .timeout = 10s; .interval = 5s; .window = 5; .threshold = 3; } + .first_byte_timeout = 300s; + .connect_timeout = 10s; + .between_bytes_timeout = 2s; } sub vcl_init {