mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(tx-pool): pool cli args (#10323)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
10
book/cli/reth/node.md
vendored
10
book/cli/reth/node.md
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user