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

Commit

Permalink
feat(pkg): update defaultMaxTransactionsPerBlock to 150 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Oct 26, 2023
1 parent 171600a commit 93b9ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rpc/methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
syncProgressRecheckDelay = 12 * time.Second
waitL1OriginPollingInterval = 3 * time.Second
defaultWaitL1OriginTimeout = 3 * time.Minute
defaultMaxTransactionsPerBlock = uint64(79) // hardcoded to 79, will need changing when circuits change
defaultMaxTransactionsPerBlock = uint64(150)
)

// ensureGenesisMatched fetches the L2 genesis block from TaikoL1 contract,
Expand Down

0 comments on commit 93b9ecf

Please sign in to comment.