copr-be-dev: don't let actions eat all I/O

This commit is contained in:
Pavel Raiskup 2023-12-01 11:27:19 +01:00
parent 2524e7c258
commit fa3499d30d

View file

@ -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