copr-be: typo in per-arch/per-owner limit

Relates: https://github.com/fedora-copr/copr/issues/3558
This commit is contained in:
Pavel Raiskup 2024-12-20 23:41:43 +01:00
parent bfe2ad6bc8
commit 95c688a927

View file

@ -55,7 +55,7 @@ builds_max_workers_arch=
ppc64le={{ max_ppc64le_workers }}
# Do not let one user waste the whole architecture capacity
build_max_workers_arch_per_owner=s390x=2
builds_max_workers_arch_per_owner=s390x=2
# Maximum number of concurrently running tasks per project owner.
{% if env == 'production' %}