Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat(driver): update defaultMaxTxPerBlock (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Mar 5, 2024
1 parent af4f072 commit 3f99b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver/chain_syncer/calldata/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (
)

var (
// Brecht recommends to hardcore 79, may be unrequired as proof system changes
defaultMaxTxPerBlock = uint64(79)
// Brecht recommends to hardcore 149, may be unrequired as proof system changes
defaultMaxTxPerBlock = uint64(149)
)

// Syncer responsible for letting the L2 execution engine catching up with protocol's latest
Expand Down

0 comments on commit 3f99b4a

Please sign in to comment.