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:
mprahl 2019-06-28 16:22:51 +00:00
parent a91b330d08
commit bcba2567b2

View file

@ -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