From e0b2da2d9c0dfc1e36969b532c64e9f6ff198d40 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 3 Dec 2015 20:38:34 +0000 Subject: [PATCH] reduce how often the koji builders check in to help drop load on the db. temp fix 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 dcf55c6bf7..2f87ab81a2 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -1,6 +1,6 @@ [kojid] ; The number of seconds to sleep between tasks -; sleeptime=15 +sleeptime=45 ; The maximum number of jobs that kojid will handle at a time maxjobs=25