Skip to content

Commit

Permalink
increase the transaction throttling limit to allow >99% of transactio…
Browse files Browse the repository at this point in the history
…ns (#13047)

Co-authored-by: Matthew Slipper <[email protected]>
  • Loading branch information
Roberto Bayardo and mslipper authored Dec 6, 2024
1 parent 9dda729 commit d6fa448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-batcher/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ var (
ThrottleTxSizeFlag = &cli.IntFlag{
Name: "throttle-tx-size",
Usage: "The DA size of transactions to start throttling when we are over the throttle threshold",
Value: 300, // most transactions compress to under 300 bytes. TODO: compute exact distribution
Value: 5000, // less than 1% of all transactions should be affected by this limit
EnvVars: prefixEnvVars("THROTTLE_TX_SIZE"),
}
ThrottleBlockSizeFlag = &cli.IntFlag{
Expand Down

0 comments on commit d6fa448

Please sign in to comment.