koji / builder: remove no longer used keepalive

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-02 21:55:22 +00:00 committed by Pierre-Yves Chibon
parent e39b48d5f6
commit 34df23a0e3

View file

@ -16,13 +16,6 @@ maxjobs=25
; The directory root where work data can be found from the koji hub
; topdir=/mnt/koji
; Disable keepalive for now since it's not working in f23.
{% if env == 'staging' %}
; keepalive removed in 1.18.0
{% else %}
keepalive=False
{% endif %}
rpmbuild_timeout=201600
; Set oz timeout higher to allow aarch64, ppc64{le} and s390x to finish.