setExponentialBackoffBase
Sets the base duration for exponential backoff in retry attempts. The exponential backoff duration is calculated as: base * (2^(retryCount-1))
Parameters
exponentialBackoffBaseMillis
The base duration for exponential backoff in milliseconds