Try setting maximum-requests on bodhi

This commit is contained in:
Kevin Fenzi 2015-09-04 19:01:02 +00:00
parent d13334971f
commit 1d2219a0ed

View file

@ -14,7 +14,7 @@ Alias /static /usr/lib/python2.7/site-packages/bodhi/static/
</filesmatch>
WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}} inactivity-timeout=300
WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}} maximum-requests=100
WSGISocketPrefix run/wsgi
WSGIRestrictStdout On
WSGIRestrictSignal Off