copr-be: Increase the worker allocation to 90 per owner

This still doesn't mean that one project (= sandbox) can waste that
many workers, we still keep the per/sandbox limit on 35.  This change
though drastically helps Packit which serves many users under a single
owner (but multiple sandboxes).
This commit is contained in:
Pavel Raiskup 2023-10-25 13:15:43 +02:00
parent d9d6216679
commit d0e12fef0c

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=45
builds_max_workers_owner=90
{% elif devel %}
builds_max_workers_owner=15
{% else %}