Rename to MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS (#4206)

Co-authored-by: realbigsean <sean@sigmaprime.io>
This commit is contained in:
Justin Traglia
2023-04-26 13:53:06 -05:00
committed by GitHub
parent cbe4880490
commit aa34339298
5 changed files with 8 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ pub struct Config {
/// Path where the blobs database will be located if blobs should be in a separate database.
///
/// The capacity this location should hold varies with the data availability boundary. It
/// should be able to store < 69 GB when [MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS](types::consts::deneb::MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS) is 4096
/// should be able to store < 69 GB when [MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS](types::consts::deneb::MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS) is 4096
/// epochs of 32 slots (up to 131072 bytes data per blob and up to 4 blobs per block, 88 bytes
/// of [BlobsSidecar](types::BlobsSidecar) metadata per block).
pub blobs_db_path: Option<PathBuf>,