pub const MINIMUM_PRUNING_DISTANCE: u64 = _; // 10_064u64
Expand description
Minimum distance from the tip necessary for the node to work correctly:
- Minimum 2 epochs (32 blocks per epoch) required to handle any reorg according to the consensus protocol.
- Another 10k blocks to have a room for maneuver in case when things go wrong and a manual unwind is required.