mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
config cache from cli (#6767)
This commit is contained in:
7
book/cli/reth/node.md
vendored
7
book/cli/reth/node.md
vendored
@ -344,10 +344,15 @@ TxPool:
|
||||
[default: 100]
|
||||
|
||||
--txpool.max_tx_input_bytes <MAX_TX_INPUT_BYTES>
|
||||
Maximum size a single transaction can have
|
||||
Maximum size a single transaction can have
|
||||
|
||||
[default: 131072]
|
||||
|
||||
--txpool.max_cached_entries <MAX_CACHED_ENTRIES>
|
||||
The maximum number of blobs to keep in the in memory blob cache
|
||||
|
||||
[default: 100]
|
||||
|
||||
--txpool.nolocals
|
||||
Flag to disable local transaction exemptions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user