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:
Pavel Raiskup 2022-02-08 09:37:14 +01:00
parent 4fe6812fc5
commit be41999563

View file

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