MAX_BACKOFF_SHIFT

const val MAX_BACKOFF_SHIFT: Int = 5

Cap the exponential backoff shift so the timeout can't run away.