mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 07:17:56 -05:00
docs: add additional context to PruneSenderRecoveryStage (#20606)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user