From f6346f89c11348ab3571672fc7a2b6a33d17aae5 Mon Sep 17 00:00:00 2001 From: Emilia Hane <58548332+emhane@users.noreply.github.com> Date: Tue, 24 Jan 2023 11:13:23 +0100 Subject: [PATCH] Clarify comment Co-authored-by: Michael Sproul --- beacon_node/store/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/store/src/config.rs b/beacon_node/store/src/config.rs index a7f3d177a..f32afdecf 100644 --- a/beacon_node/store/src/config.rs +++ b/beacon_node/store/src/config.rs @@ -30,7 +30,7 @@ pub struct StoreConfig { pub prune_payloads: bool, /// Whether to prune blobs older than the blob data availability boundary. 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, /// The margin for blob pruning in epochs. The oldest blobs are pruned up until /// data_availability_boundary - blob_prune_margin_epochs. Default: 0.