production_stack

Function production_stack 

Source
pub fn production_stack(
    path: PathBuf,
) -> Result<BloomBlockStore<CachedBlockStore<SledBlockStore>>>
Expand description

Create a production storage stack with caching and bloom filter

  • Path: provided by user
  • Cache: 500MB
  • Bloom filter: 1,000,000 expected items