From a36b0101c66c232adc61d8e03e9b387a903b35d7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 10 Jun 2023 20:54:28 -0700 Subject: [PATCH] koji_builder: increase sleep time a bit to see if it helps db load Right now all builders ask the hub for jobs every 15s. Bump that out a bit to see if it lowers the pressure on the db server. Signed-off-by: Kevin Fenzi --- 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 c8680088b6..4490c41b84 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=20 {% if host in groups['buildvm_s390x'] and host in groups['runroot'] %} ; The maximum number of jobs that kojid will handle at a time