From 63cd99ad341a99c532d1b5c181aacb42a937e933 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 20 Dec 2024 23:48:19 +0100 Subject: [PATCH] backend: typo in the per arch+owner limit option documentation Relates: #3558 --- backend/conf/copr-be.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/conf/copr-be.conf.example b/backend/conf/copr-be.conf.example index 4f6e88077..d23b374b2 100644 --- a/backend/conf/copr-be.conf.example +++ b/backend/conf/copr-be.conf.example @@ -44,7 +44,7 @@ sleeptime=30 # Maximum number of concurrent build workers per architecture and owner. For # example, give at most 15 ppc64le and 10 s390x machines to one copr owner: -#build_max_workers_arch_per_owner=ppc64le=15,s390x=10 +#builds_max_workers_arch_per_owner=ppc64le=15,s390x=10 # Maximum number of concurrently running tasks per project owner. #builds_max_workers_owner=20