mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user