From 0ea8232aad49552bfc408f816272dcb87458145b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 3 Dec 2015 18:32:25 +0000 Subject: [PATCH] increase teh maximum tasks that the koji builders will take as a interim stop gap measure Signed-off-by: Dennis Gilmore --- roles/koji_builder/templates/kojid.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index ab66330cae..dcf55c6bf7 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -3,7 +3,7 @@ ; sleeptime=15 ; The maximum number of jobs that kojid will handle at a time -; maxjobs=10 +maxjobs=25 ; The minimum amount of free space (in MBs) required for each build root ; minspace=8192