From 1bbfd7f02f80f35b429ba458bbe8b9833f327bf0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 17 May 2021 10:17:43 -0700 Subject: [PATCH] koji_hub: increase max_delete_processes from 4 to 20 This is the threads that are doing deletes of repos. Since we have so many repos, lets increase the delete threads as well so it can hopefully keep up. Signed-off-by: Kevin Fenzi --- 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 e883860824..3a1f59c5eb 100644 --- a/roles/koji_hub/templates/kojira.conf.j2 +++ b/roles/koji_hub/templates/kojira.conf.j2 @@ -27,6 +27,7 @@ separate_source_tags=f{{ FedoraRawhideNumber }}-build eln-build ; prevent repo cleanup from stalling repo regen ;prune_batch_size=1 ;delete_batch_size=1 +max_delete_processes=20 ; prevent kojira from flooding the build system with newRepo tasks max_repo_tasks=30