pub fn data_client_retry_config() -> RetryConfigExpand description
Returns the retry configuration for the Coinbase data client.
Historical requests spawn detached tasks outside the client’s
cancellation token; max_retries = 0 keeps them bounded by a single
HTTP timeout so a shut-down client cannot keep emitting DataResponses.