From 8a2ace252d53ace840d98e5fe60e05d79b988fa1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 19 Nov 2025 12:53:14 -0800 Subject: [PATCH] koji_hub: increase timeout above the proxy timeout to handle race conditions Signed-off-by: Kevin Fenzi --- roles/koji_hub/templates/kojiweb.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_hub/templates/kojiweb.conf.j2 b/roles/koji_hub/templates/kojiweb.conf.j2 index 454f82a31b..2c881ad5fe 100644 --- a/roles/koji_hub/templates/kojiweb.conf.j2 +++ b/roles/koji_hub/templates/kojiweb.conf.j2 @@ -1,7 +1,7 @@ RewriteEngine On RewriteRule ^/$ /koji/ [R,L] KeepAlive On -KeepAliveTimeout 15 +KeepAliveTimeout 16 MaxKeepAliveRequests 500 ServerLimit 2000