mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
feat: add dedicated blobpool args to cli (#14173)
This commit is contained in:
10
book/cli/reth/node.md
vendored
10
book/cli/reth/node.md
vendored
@ -443,6 +443,16 @@ TxPool:
|
||||
|
||||
[default: 20]
|
||||
|
||||
--txpool.blobpool-max-count <BLOBPOOL_MAX_COUNT>
|
||||
Max number of transaction in the blobpool
|
||||
|
||||
[default: 10000]
|
||||
|
||||
--txpool.blobpool-max-size <BLOBPOOL_MAX_SIZE>
|
||||
Max size of the blobpool in megabytes
|
||||
|
||||
[default: 20]
|
||||
|
||||
--txpool.max-account-slots <MAX_ACCOUNT_SLOTS>
|
||||
Max number of executable transaction slots guaranteed per account
|
||||
|
||||
|
||||
Reference in New Issue
Block a user