mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 06:44:35 +00:00
Make the block cache optional (#8066)
Address contention on the store's `block_cache` by allowing it to be disabled when `--block-cache-size 0` is provided, and also making this the default. Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
@@ -22,7 +22,7 @@ Options:
|
||||
Data directory for the blobs database.
|
||||
--block-cache-size <SIZE>
|
||||
Specifies how many blocks the database should cache in memory
|
||||
[default: 5]
|
||||
[default: 0]
|
||||
--boot-nodes <ENR/MULTIADDR LIST>
|
||||
One or more comma-delimited base64-encoded ENR's to bootstrap the p2p
|
||||
network. Multiaddr is also supported.
|
||||
|
||||
Reference in New Issue
Block a user