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.
1 parent f0e7140 commit 51f168fCopy full SHA for 51f168f
crates/anvil/src/config.rs
@@ -1211,7 +1211,6 @@ impl NodeConfig {
1211
.initial_backoff(self.fork_retry_backoff.as_millis() as u64)
1212
.compute_units_per_second(self.compute_units_per_second)
1213
.max_retry(self.fork_request_retries)
1214
- .initial_backoff(1000)
1215
.headers(self.fork_headers.clone())
1216
.build()
1217
.wrap_err("failed to establish provider to fork url")?,
0 commit comments