Skip to content

Commit

Permalink
Merge branch 'develop' into fix-seq-recover
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoieh authored Dec 1, 2023
2 parents 2b6dc81 + 9505ae8 commit 73574aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/sources/fallback_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type FallbackClient struct {
metrics metrics.Metricer
}

const threshold int64 = 20
const threshold int64 = 10

// NewFallbackClient returns a new FallbackClient. l1ChainId and l1Block are used to check
// whether the newly switched rpc is legal.
Expand Down

0 comments on commit 73574aa

Please sign in to comment.