From 6f487798180653a10946a1957b532050e9db1dbf Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 20 Sep 2023 09:31:39 -0700 Subject: [PATCH] koji_builder: switch to 30s sleep time Right now builders are checking in every 20s, but that puts a lot of load on the db server. Having them check in every 30s should ease that some. Might increase it higher as well. 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 c04ce4cef3..dbdb42cf8f 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=20 +sleeptime=30 {% if host in groups['buildvm_s390x'] and host in groups['runroot'] %} ; The maximum number of jobs that kojid will handle at a time