copr-be: allow more builders per project owner
We still have the max-per-sandbox limit set to 25, meaning that mass rebuilds in a single projects will leave another 10 machines for other projects.
This commit is contained in:
parent
4fe6812fc5
commit
be41999563
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ builds_max_workers_arch=
|
|||
|
||||
# Maximum number of concurrently running tasks per project owner.
|
||||
{% if env == 'production' %}
|
||||
builds_max_workers_owner=25
|
||||
builds_max_workers_owner=35
|
||||
{% elif devel %}
|
||||
builds_max_workers_owner=15
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue