RecoveryMaximumInterval
This represents the maximum interval time in seconds to wait while attempting to reconnect to the database.
データ型
int
デフォルト値
32
解説
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.