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:
parent
a91b330d08
commit
bcba2567b2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue