mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-27 01:33:33 +00:00
Modularize beacon node backend (#4718)
#4669 Modularize the beacon node backend to make it easier to add new database implementations
This commit is contained in:
@@ -11,6 +11,9 @@ Options:
|
||||
--auto-compact-db <auto-compact-db>
|
||||
Enable or disable automatic compaction of the database on
|
||||
finalization. [default: true]
|
||||
--beacon-node-backend <DATABASE>
|
||||
Set the database backend to be used by the beacon node. [possible
|
||||
values: leveldb]
|
||||
--blob-prune-margin-epochs <EPOCHS>
|
||||
The margin for blob pruning in epochs. The oldest blobs are pruned up
|
||||
until data_availability_boundary - blob_prune_margin_epochs. [default:
|
||||
|
||||
Reference in New Issue
Block a user