Variable HMSH_DURABLE_INITIAL_INTERVALConst

HMSH_DURABLE_INITIAL_INTERVAL = 1

The initial interval (in seconds) before the first retry attempt. The retry formula is: initialInterval * backoffCoefficient^retryCount, clamped by maximumInterval.

1