retryInterval property
When retry is set to auto
, retryInterval controls the time
between retry attempts in milliseconds. Value must be a positive
integer less than 900000, defaults to 8000
Implementation
final Duration retryInterval;
When retry is set to auto
, retryInterval controls the time
between retry attempts in milliseconds. Value must be a positive
integer less than 900000, defaults to 8000
final Duration retryInterval;