From a167205e85eeae1980de6c9aab1e742c0a7bc8a8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 18 Dec 2014 12:33:29 +0100 Subject: [PATCH] Bump the number of processes and threads for pkgdb2 --- roles/anitya/frontend/templates/anitya.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/anitya/frontend/templates/anitya.conf b/roles/anitya/frontend/templates/anitya.conf index a45cebd4cf..0bf7fccf89 100644 --- a/roles/anitya/frontend/templates/anitya.conf +++ b/roles/anitya/frontend/templates/anitya.conf @@ -1,7 +1,7 @@ Alias /static /usr/lib/python2.7/site-packages/anitya/static/ -WSGIDaemonProcess anitya user=apache maximum-requests=1000 display-name=anitya processes=2 threads=1 +WSGIDaemonProcess anitya user=apache maximum-requests=1000 display-name=anitya processes=4 threads=4 WSGISocketPrefix run/wsgi WSGIRestrictStdout On WSGIRestrictSignal Off