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:
parent
f99659cea8
commit
a36b0101c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue