summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-09-05 02:50:49 +0000
committerKevin Fenzi <kevin@scrye.com>2015-09-05 02:50:49 +0000
commit6d7084d9ed372122d69f93a82cd82f31d10bb80e (patch)
tree27fbab8ec41845a32a44c3a7a69b828b304933e8
parent5730ddf061020c7f93e5823c81fa886986d1c303 (diff)
downloadansible-6d7084d9ed372122d69f93a82cd82f31d10bb80e.tar.gz
ansible-6d7084d9ed372122d69f93a82cd82f31d10bb80e.tar.xz
ansible-6d7084d9ed372122d69f93a82cd82f31d10bb80e.zip
Try lowering it to 100
-rw-r--r--roles/mirrormanager/frontend2/templates/mirrormanager.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager.conf b/roles/mirrormanager/frontend2/templates/mirrormanager.conf
index 2992119b9..15d6b4c88 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