diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager.conf b/roles/mirrormanager/frontend2/templates/mirrormanager.conf index 2992119b90..15d6b4c886 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager.conf +++ b/roles/mirrormanager/frontend2/templates/mirrormanager.conf @@ -3,7 +3,7 @@ Alias /mirrormanager/static /usr/lib/python2.7/site-packages/mirrormanager2/static/fedora/ Alias /mirrormanager/crawler /var/log/mirrormanager/crawler -WSGIDaemonProcess mirrormanager user=apache maximum-requests=500 display-name=mirrormanager processes=2 threads=2 +WSGIDaemonProcess mirrormanager user=apache maximum-requests=100 display-name=mirrormanager processes=2 threads=2 WSGISocketPrefix run/wsgi WSGIRestrictStdout On WSGIRestrictSignal Off