RecoveryMaximumInterval
This represents the maximum interval time in seconds to wait while attempting to reconnect to the database.
Data Type
int
Default Value
32
Remarks
This represents the maximum interval time in seconds to wait while attempting to reconnect to the database. The default RecoveryMaximumInterval is 32 seconds.
If RecoveryIntervalFactor is greater than 0, the RecoveryMaximumInterval will set the upper limit that may be used to delay attempts.
When RecoveryIntervalFactor is 0, the delay will always use the RecoveryStartInterval.