get rid of max requests while we debug this artichoke.

This commit is contained in:
Ralph Bean 2015-09-24 20:52:13 +00:00
parent b542fdb5ed
commit 201f5fc2b3

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}} maximum-requests=300
WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}}
WSGISocketPrefix run/wsgi
WSGIRestrictStdout On
WSGIRestrictSignal Off