pub const MINIMAL_BLOCKS_PER_FILE: u64 = 10000; // 10_000u64Available on crate feature
node-api only.Expand description
Blocks per static file when running in --minimal node.
10000 blocks per static file allows us to prune all history every 10k blocks.