From 27ab92f7305f22bb57180bcf426377968ca6076c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 27 May 2020 14:46:15 -0700 Subject: [PATCH] bodhi: adjust max requests to 500 and increase timeout Signed-off-by: Kevin Fenzi --- roles/bodhi2/base/templates/httpd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/httpd.conf.j2 b/roles/bodhi2/base/templates/httpd.conf.j2 index 0dbe9366c3..2e6baa914b 100644 --- a/roles/bodhi2/base/templates/httpd.conf.j2 +++ b/roles/bodhi2/base/templates/httpd.conf.j2 @@ -61,7 +61,7 @@ Alias /static/v{{ bodhi_version.split('-')[0] }} /srv/bodhi/bodhi/server/static/ {% else %} Alias /static/v{{ bodhi_version.split('-')[0] }} /usr/lib/python3.8/site-packages/bodhi/server/static/ {% endif %} -WSGIDaemonProcess bodhi display-name=bodhi processes=2 threads=2 maximum-requests=100 home=/httpdir request-timeout=60 +WSGIDaemonProcess bodhi display-name=bodhi processes=2 threads=2 maximum-requests=500 home=/httpdir request-timeout=90 WSGIApplicationGroup %{GLOBAL} WSGISocketPrefix run/wsgi WSGIRestrictStdout Off