RecoveryIntervalFactor
This represents the adjustment in the recovery interval period from the preceding interval period. The factor is an additive factor in seconds (2 by default).
Data Type
int
Default Value
2
Remarks
This represents the adjustment in the recovery interval period from the preceding interval period. The factor is an additive factor in seconds (2 by default).
For example, if the RecoveryStartInterval is 2, the RecoveryIntervalFactor is 2, and the RecoveryMaximumInterval is 32, the time periods generated internally will be 2, 4, 6, 8, until the maximum delay period of 32 is reached.