From 456ddc86589cee9b8da4c9d616d149cf99308ff3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 7 Feb 2024 15:52:08 -0800 Subject: [PATCH] koji_builder: switch sleeptime back to default Since the database is pretty happy now, lets return this to normal and see how it does. 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 98f2623842..26101e461d 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=30 +sleeptime=15 {% if host in groups['buildvm_s390x'] and host in groups['runroot'] %} ; The maximum number of jobs that kojid will handle at a time