Increase polling interval

Polling works in weird ways. It's much better to rely on messaging.

Signed-off-by: Hunor Csomortáni <csomh@redhat.com>
This commit is contained in:
Hunor Csomortáni
2018-11-08 17:14:31 +01:00
parent 76e5845632
commit cded35e33a

View File

@@ -562,7 +562,7 @@ objects:
# How often should we resort to polling, in seconds
# Set to zero to disable polling
POLLING_INTERVAL = 20
POLLING_INTERVAL = 600
# Determines how many builds that can be submitted to the builder
# and be in the build state at a time. Set this to 0 for no restrictions