Skip to content

Commit

Permalink
docs: update rpc cache flags (paradigmxyz#3552)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Jul 3, 2023
1 parent 7de2846 commit d7259f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions book/cli/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ Rpc:
--gas-price-oracle
Gas price oracle configuration.

--block-cache-size
Max size for cached block data in megabytes.
--block-cache-len
Maximum number of block cache entries.

--receipt-cache-size
Max size for cached receipt data in megabytes.
--receipt-cache-len
Maximum number of receipt cache entries.

--env-cache-size
Max size for cached evm env data in megabytes.
--env-cache-len
Maximum number of env cache entries.

Builder:
--builder.extradata
Expand Down

0 comments on commit d7259f0

Please sign in to comment.