The maximum time between retries when attempting to connect to the database in seconds. This will cap the interval between connect retries to the value provided.
120
migratedb.connectRetriesInterval=60
MigrateDb.configure()
.connectRetriesInterval(60)
.load()