From 8c17500541312c90eb07aa334d47147754d66b2d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 16 Apr 2025 10:26:20 -0700 Subject: [PATCH] koji_hub: bump kojiweb limits to handle large events better Signed-off-by: Kevin Fenzi --- roles/koji_hub/templates/kojiweb.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koji_hub/templates/kojiweb.conf.j2 b/roles/koji_hub/templates/kojiweb.conf.j2 index f8b2c9cd62..0d2e8519b7 100644 --- a/roles/koji_hub/templates/kojiweb.conf.j2 +++ b/roles/koji_hub/templates/kojiweb.conf.j2 @@ -2,8 +2,8 @@ RewriteEngine On RewriteRule ^/$ /koji/ [R,L] KeepAlive On -ServerLimit 800 -MaxRequestWorkers 800 +ServerLimit 2000 +MaxRequestWorkers 2000 MaxConnectionsPerChild 1000 #We use wsgi by default