From bca0ee2b570470d36b3d3592383cdb4a97a3fcbe Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 5 Sep 2015 22:01:27 +0000 Subject: [PATCH] Bump the max-requests for bodhi2 to 500 Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/base/templates/bodhi-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/bodhi-app.conf b/roles/bodhi2/base/templates/bodhi-app.conf index 7025504904..ebf8f214fe 100644 --- a/roles/bodhi2/base/templates/bodhi-app.conf +++ b/roles/bodhi2/base/templates/bodhi-app.conf @@ -14,7 +14,7 @@ Alias /static /usr/lib/python2.7/site-packages/bodhi/static/ -WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}} maximum-requests=100 +WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}} maximum-requests=500 WSGISocketPrefix run/wsgi WSGIRestrictStdout On WSGIRestrictSignal Off