mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 03:51:22 +00:00
Clarify comment
Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
parent
e4b447395a
commit
f6346f89c1
@ -30,7 +30,7 @@ pub struct StoreConfig {
|
|||||||
pub prune_payloads: bool,
|
pub prune_payloads: bool,
|
||||||
/// Whether to prune blobs older than the blob data availability boundary.
|
/// Whether to prune blobs older than the blob data availability boundary.
|
||||||
pub prune_blobs: bool,
|
pub prune_blobs: bool,
|
||||||
/// Frequency of blob pruning in epochs. Default: every epoch.
|
/// Frequency of blob pruning in epochs. Default: 1 (every epoch).
|
||||||
pub epochs_per_blob_prune: u64,
|
pub epochs_per_blob_prune: u64,
|
||||||
/// The margin for blob pruning in epochs. The oldest blobs are pruned up until
|
/// The margin for blob pruning in epochs. The oldest blobs are pruned up until
|
||||||
/// data_availability_boundary - blob_prune_margin_epochs. Default: 0.
|
/// data_availability_boundary - blob_prune_margin_epochs. Default: 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user