koji_hub: increase timeout above the proxy timeout to handle race conditions

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-11-19 12:53:14 -08:00
parent 60d60a828c
commit 8a2ace252d

View File

@@ -1,7 +1,7 @@
RewriteEngine On
RewriteRule ^/$ /koji/ [R,L]
KeepAlive On
KeepAliveTimeout 15
KeepAliveTimeout 16
MaxKeepAliveRequests 500
ServerLimit 2000