From 1122f3cdbad28ea7dc0a8e9b08f89fc409e38946 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 17 Mar 2017 15:33:49 +0000 Subject: [PATCH] bumping resultsdb wsgi resources again --- roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 b/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 index 97e73b9f9c..c3f4d5c430 100644 --- a/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 +++ b/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 @@ -1,5 +1,5 @@ {% if deployment_type in ['stg', 'prod'] %} -WSGIDaemonProcess resultsdb user=apache group=apache threads=100 processes=5 +WSGIDaemonProcess resultsdb user=apache group=apache threads=200 processes=20 {% else %} WSGIDaemonProcess resultsdb user=apache group=apache threads=5 {% endif %}