We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
initial_interval_millis
1 parent 0a77e85 commit 3395675Copy full SHA for 3395675
src/client/mod.rs
@@ -74,7 +74,7 @@ impl Default for ClientBackoff {
74
fn default() -> Self {
75
Self {
76
max_backoff: Duration::from_millis(backoff::default::MAX_INTERVAL_MILLIS),
77
- initial_backoff: Duration::from_millis(backoff::default::MAX_INTERVAL_MILLIS),
+ initial_backoff: Duration::from_millis(backoff::default::INITIAL_INTERVAL_MILLIS),
78
max_attempts: 10,
79
request_timeout: None,
80
grpc_timeout: None,
0 commit comments