bodhi: Remove the WSGI 'maximum-requests' limit.
This will hopefully fix the random outages that people have been hitting.
This commit is contained in:
parent
3a86adb293
commit
dd37302f59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue