Skip to content

Commit

Permalink
Merge pull request #200 from bnb-chain/config-final-delay
Browse files Browse the repository at this point in the history
op-node: set finalityDelay to 15 to speed up finality update
  • Loading branch information
krish-nr authored May 24, 2024
2 parents c7157c0 + c258877 commit 777fd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/rollup/derive/engine_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const finalityLookback = 4*32 + 1

// finalityDelay is the number of L1 blocks to traverse before trying to finalize L2 blocks again.
// We do not want to do this too often, since it requires fetching a L1 block by number, so no cache data.
const finalityDelay = 64
const finalityDelay = 15

// calcFinalityLookback calculates the default finality lookback based on DA challenge window if plasma
// mode is activated or L1 finality lookback.
Expand Down

0 comments on commit 777fd9b

Please sign in to comment.