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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-09-20 09:31:39 -07:00
parent 2d8fe00180
commit 6f48779818

View file

@ -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