pub fn create_blob_store_with_cache<Node>(
ctx: &BuilderContext<Node>,
cache_size: Option<u32>,
) -> Result<DiskFileBlobStore, Report>where
Node: FullNodeTypes,
Expand description
Create blob store with custom cache size configuration.
pub fn create_blob_store_with_cache<Node>(
ctx: &BuilderContext<Node>,
cache_size: Option<u32>,
) -> Result<DiskFileBlobStore, Report>where
Node: FullNodeTypes,
Create blob store with custom cache size configuration.