bodhi: Remove the WSGI 'maximum-requests' limit.

This will hopefully fix the random outages that people have been hitting.
This commit is contained in:
Luke Macken 2014-12-05 18:23:09 +00:00
parent 3a86adb293
commit dd37302f59

View file

@ -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