Constant reth_prune::MINIMUM_PRUNING_DISTANCE

pub const MINIMUM_PRUNING_DISTANCE: u64 = _; // 10_064u64
Expand description

Minimum distance from the tip necessary for the node to work correctly:

  1. Minimum 2 epochs (32 blocks per epoch) required to handle any reorg according to the consensus protocol.
  2. Another 10k blocks to have a room for maneuver in case when things go wrong and a manual unwind is required.