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:
parent
2d8fe00180
commit
6f48779818
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[kojid]
|
[kojid]
|
||||||
; The number of seconds to sleep between tasks
|
; The number of seconds to sleep between tasks
|
||||||
sleeptime=20
|
sleeptime=30
|
||||||
|
|
||||||
{% if host in groups['buildvm_s390x'] and host in groups['runroot'] %}
|
{% if host in groups['buildvm_s390x'] and host in groups['runroot'] %}
|
||||||
; The maximum number of jobs that kojid will handle at a time
|
; The maximum number of jobs that kojid will handle at a time
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue