Skip to content

Commit

Permalink
increase tx mas size
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcary committed Jan 16, 2024
1 parent 533c56a commit 7a07ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tx_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
// non-trivial consequences: larger transactions are significantly harder and
// more expensive to propagate; larger transactions also take more resources
// to validate whether they fit into the pool or not.
txMaxSize = 4 * txSlotSize // 128KB
txMaxSize = 5 * txSlotSize // 160KB
)

var (
Expand Down

0 comments on commit 7a07ba4

Please sign in to comment.