MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / retry_config

Function retry_config

crates/chat-cli/src/api_client/mod.rs:584–588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

582}
583
584fn retry_config() -> RetryConfig {
585 RetryConfig::adaptive()
586 .with_max_attempts(3)
587 .with_max_backoff(MAX_RETRY_DELAY_DURATION)
588}
589
590pub fn stalled_stream_protection_config() -> StalledStreamProtectionConfig {
591 StalledStreamProtectionConfig::enabled()

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected