mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
copr-be-dev: don't let actions eat all I/O
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user