diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index bb36b39b57..2638e84090 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -34,6 +34,10 @@ frontend_auth={{ copr_backend_password_stg }} {% if devel %} build_groups=0 + +builds_max_workers_arch=x86_64=18,armhfp=2,aarch64=10 +builds_max_workers_sandbox=5 +builds_max_workers_owner=15 {% else %} build_groups=5 {% endif %}