This commit makes a subtle change to the "retry_interval" argument of BaseService.enable_retries().
It is now used to supply the value for the "backoff_max" argument passed to the urllib3's Retry ctor, and now represents the maximum time to wait before the next retry.
This commit makes a subtle change to the "retry_interval" argument of BaseService.enable_retries(). It is now used to supply the value for the "backoff_max" argument passed to the urllib3's Retry ctor, and now represents the maximum time to wait before the next retry.