mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
Set the MBS polling interval to one hour
This should help with the failures due to race conditions we are seeing when MBS is overloaded.
This commit is contained in:
@@ -39,7 +39,7 @@ class BaseConfiguration(object):
|
||||
|
||||
# How often should we resort to polling, in seconds
|
||||
# Set to zero to disable polling
|
||||
POLLING_INTERVAL = 600
|
||||
POLLING_INTERVAL = 3600
|
||||
|
||||
# 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