From 575d1ea238bcca500179a4d67dd1d9ec3d1e11ee Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 3 Jun 2022 11:41:11 -0700 Subject: [PATCH] pagure: increase processes pagure was processing a lot of things, increasing this seemed to help. Signed-off-by: Kevin Fenzi --- roles/pagure/templates/0_pagure.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pagure/templates/0_pagure.conf b/roles/pagure/templates/0_pagure.conf index c2a191a35b..8ccea9f618 100644 --- a/roles/pagure/templates/0_pagure.conf +++ b/roles/pagure/templates/0_pagure.conf @@ -3,7 +3,7 @@ WSGISocketPrefix run/wsgi WSGIRestrictSignal Off WSGIPythonOptimize 1 WSGIPassAuthorization On -WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=6 threads=6 inactivity-timeout=300 +WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=10 threads=6 inactivity-timeout=300 WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-name=paguredocs processes=4 threads=4 inactivity-timeout=300 ## Redirects http -> https