From e987aa7267b8734e2285d91ee3ea3789bda28ac1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 19 Mar 2025 13:47:07 -0700 Subject: [PATCH] s390kojipkgs: increase timeout This was done in trying to get caching more stable for s390x builds. Pushing it now to match the deployed state. Signed-off-by: Kevin Fenzi --- roles/varnish/templates/s390kojipkgs.vcl.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/varnish/templates/s390kojipkgs.vcl.j2 b/roles/varnish/templates/s390kojipkgs.vcl.j2 index 6adec565ed..0c91015d61 100644 --- a/roles/varnish/templates/s390kojipkgs.vcl.j2 +++ b/roles/varnish/templates/s390kojipkgs.vcl.j2 @@ -27,7 +27,7 @@ backend koji01 { } .first_byte_timeout = 300s; .connect_timeout = 10s; - .between_bytes_timeout = 2s; + .between_bytes_timeout = 20s; } {% else %} backend kojipkgs01 { @@ -41,7 +41,7 @@ backend kojipkgs01 { } .first_byte_timeout = 300s; .connect_timeout = 30s; - .between_bytes_timeout = 2s; + .between_bytes_timeout = 20s; } backend kojipkgs02 {