s/max/maximum/

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-02-03 08:30:21 +00:00
parent 3384ff5bdc
commit 7870ac563c

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