Skip to content

Commit 51f168f

Browse files
authored
fix(anvil): respect configured fork initial_backoff in setup_fork_db_config (#12401)
1 parent f0e7140 commit 51f168f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/anvil/src/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,6 @@ impl NodeConfig {
12111211
.initial_backoff(self.fork_retry_backoff.as_millis() as u64)
12121212
.compute_units_per_second(self.compute_units_per_second)
12131213
.max_retry(self.fork_request_retries)
1214-
.initial_backoff(1000)
12151214
.headers(self.fork_headers.clone())
12161215
.build()
12171216
.wrap_err("failed to establish provider to fork url")?,

0 commit comments

Comments
 (0)