From dd37302f59df610b1a07aa2d2f0c5289332dbe9e Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 5 Dec 2014 18:23:09 +0000 Subject: [PATCH] bodhi: Remove the WSGI 'maximum-requests' limit. This will hopefully fix the random outages that people have been hitting. --- roles/bodhi/base/files/bodhi-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi/base/files/bodhi-app.conf b/roles/bodhi/base/files/bodhi-app.conf index a62363aa1d..3e10a59221 100644 --- a/roles/bodhi/base/files/bodhi-app.conf +++ b/roles/bodhi/base/files/bodhi-app.conf @@ -3,7 +3,7 @@ Alias /updates/static /usr/share/bodhi/static WSGISocketPrefix run/wsgi WSGIRestrictSignal Off -WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi maximum-requests=1000 processes=4 threads=1 +WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes=4 threads=1 WSGIPythonOptimize 1 WSGIScriptAlias /updates /usr/share/bodhi/bodhi.wsgi/updates