pagure: up wsgi threads/processes to 6 from 4 and see if it makes things more stable

This commit is contained in:
Kevin Fenzi 2017-06-02 14:31:29 +00:00
parent b4c2cf8881
commit cfcdc07b95

View file

@ -3,7 +3,7 @@ WSGISocketPrefix run/wsgi
WSGIRestrictSignal Off
WSGIPythonOptimize 1
WSGIPassAuthorization On
WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=4 threads=4 inactivity-timeout=300
WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=6 threads=6 inactivity-timeout=300
WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-name=paguredocs processes=4 threads=4 inactivity-timeout=300
## Redirects http -> https