RetryConfig constructor
const
RetryConfig({})
Implementation
const RetryConfig({
this.maxRetries = 10,
this.baseDelayMs = 500,
this.maxDelayMs = 32000,
this.max529Retries = 3,
this.persistent = false,
this.persistentMaxBackoffMs = 5 * 60 * 1000,
});