copr-be-dev: don't let actions eat all I/O
This commit is contained in:
parent
2524e7c258
commit
fa3499d30d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue