feat: add dedicated blobpool args to cli (#14173)

This commit is contained in:
Steven
2025-02-03 16:59:19 -06:00
committed by GitHub
parent 04c1d7120e
commit d3373b3cfe
2 changed files with 21 additions and 2 deletions

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

@ -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