From cddf37c65b4702d5edf3a7b0399db5ce10631bcb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 30 Dec 2019 18:23:10 +0000 Subject: [PATCH] koji_hub: drop this back down to 400 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 e549b84737..755835ada9 100644 --- a/roles/koji_hub/templates/kojiweb.conf.j2 +++ b/roles/koji_hub/templates/kojiweb.conf.j2 @@ -5,8 +5,8 @@ KeepAlive On StartServers 5 MinSpareServers 5 MaxSpareServers 10 -ServerLimit 900 -MaxRequestWorkers 900 +ServerLimit 400 +MaxRequestWorkers 400 MaxConnectionsPerChild 1000 #We use wsgi by default