diff --git a/op-node/sources/fallback_client.go b/op-node/sources/fallback_client.go index c8ed56f1a7..67639a5ae9 100644 --- a/op-node/sources/fallback_client.go +++ b/op-node/sources/fallback_client.go @@ -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.