From 8aaaa29017b2eb5159c59c829448e16262f11c77 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 12 May 2017 13:41:48 +0000 Subject: [PATCH] bump repo_tasks_limit to allow an increase in repos repo_tasks_limit defaults to 10, it sets the maximum repo tasks in total, combining both the rpm repos and unused in fedora maven repos. max_repo_tasks in the config was set to 15 but in reality we never had more than 10 due to the extra limitation. Both are set to 15 now Signed-off-by: Dennis Gilmore --- roles/koji_hub/templates/kojira.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/koji_hub/templates/kojira.conf.j2 b/roles/koji_hub/templates/kojira.conf.j2 index 65bfee828d..214fad3651 100644 --- a/roles/koji_hub/templates/kojira.conf.j2 +++ b/roles/koji_hub/templates/kojira.conf.j2 @@ -27,6 +27,7 @@ with_src=no ; prevent kojira from flooding the build system with newRepo tasks max_repo_tasks=15 +repo_tasks_limit=15 ; Server certificate authority krb_rdns=false