From fa3499d30df60c1edd3ea8499f60c617548ced53 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 1 Dec 2023 11:27:19 +0100 Subject: [PATCH] copr-be-dev: don't let actions eat all I/O --- roles/copr/backend/templates/copr-be.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index cc8ee677b1..d5eb845b47 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -68,7 +68,7 @@ builds_max_workers_sandbox=35 # Maximum number of concurrent background processes spawned for handling # actions. -actions_max_workers=20 +actions_max_workers={% if env == 'production' %}20{% else %}4{% endif %} # publish fedmsg notifications from workers if true # default is false