docs: add additional context to PruneSenderRecoveryStage (#20606)

This commit is contained in:
joshieDo
2025-12-23 15:30:23 +00:00
committed by GitHub
parent 6c49e5a89d
commit cf457689a6

View File

@@ -125,6 +125,9 @@ where
/// `SenderRecovery` segment.
///
/// Under the hood, this stage has the same functionality as [`PruneStage`].
///
/// Should be run right after `Execution`, unlike [`PruneStage`] which runs at the end.
/// This lets subsequent stages reuse the freed pages instead of growing the freelist.
#[derive(Debug)]
pub struct PruneSenderRecoveryStage(PruneStage);