mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs: update rpc cache flags (#3552)
This commit is contained in:
@ -159,14 +159,14 @@ Rpc:
|
|||||||
--gas-price-oracle
|
--gas-price-oracle
|
||||||
Gas price oracle configuration.
|
Gas price oracle configuration.
|
||||||
|
|
||||||
--block-cache-size
|
--block-cache-len
|
||||||
Max size for cached block data in megabytes.
|
Maximum number of block cache entries.
|
||||||
|
|
||||||
--receipt-cache-size
|
--receipt-cache-len
|
||||||
Max size for cached receipt data in megabytes.
|
Maximum number of receipt cache entries.
|
||||||
|
|
||||||
--env-cache-size
|
--env-cache-len
|
||||||
Max size for cached evm env data in megabytes.
|
Maximum number of env cache entries.
|
||||||
|
|
||||||
Builder:
|
Builder:
|
||||||
--builder.extradata
|
--builder.extradata
|
||||||
|
|||||||
Reference in New Issue
Block a user