Skip to content

Commit

Permalink
change default block max bytes to 21MB
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Oct 7, 2024
1 parent 1d2eb0c commit 041e8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/launchtools/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (l2config *L2Config) Finalize() error {
}

if l2config.BlockMaxBytes == 0 {
l2config.BlockMaxBytes = 5242880 // 5MB
l2config.BlockMaxBytes = 22_020_096 // 21MB
}

if l2config.BlockMaxGas == 0 {
Expand Down

0 comments on commit 041e8d1

Please sign in to comment.