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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-06-10 20:54:28 -07:00
parent f99659cea8
commit a36b0101c6

View file

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