From 423d76183d4d459706b26569f822630d82bee4d1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 1 Jun 2015 13:08:53 +0000 Subject: [PATCH] Try moving this down to 5 --- roles/mirrormanager/frontend2/templates/mirrormanager.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager.conf b/roles/mirrormanager/frontend2/templates/mirrormanager.conf index 4c0f994571..00d27a1b91 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager.conf +++ b/roles/mirrormanager/frontend2/templates/mirrormanager.conf @@ -2,7 +2,7 @@ Alias /mirrormanager/static /usr/lib/python2.7/site-packages/mirrormanager2/static/fedora/ -WSGIDaemonProcess mirrormanager user=apache maximum-requests=1000 display-name=mirrormanager processes=2 threads=10 +WSGIDaemonProcess mirrormanager user=apache maximum-requests=1000 display-name=mirrormanager processes=2 threads=5 WSGISocketPrefix run/wsgi WSGIRestrictStdout On WSGIRestrictSignal Off