chore(tx-pool): pool cli args (#10323)

Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
Emilia Hane
2024-08-17 15:34:39 -07:00
committed by GitHub
parent 8c02acad79
commit fceec0a364
4 changed files with 42 additions and 6 deletions

10
book/cli/reth/node.md vendored
View File

@ -442,6 +442,16 @@ TxPool:
[default: 1]
--txpool.max-pending-txns <PENDING_TX_LISTENER_BUFFER_SIZE>
Maximum number of pending transactions from the network to buffer
[default: 2048]
--txpool.max-new-txns <NEW_TX_LISTENER_BUFFER_SIZE>
Maximum number of new transactions to buffer
[default: 1024]
Builder:
--builder.extradata <EXTRADATA>
Block extra data set by the payload builder