feat(snapshot, prune): highest snapshots tracker (#4721)

This commit is contained in:
Alexey Shekhirin
2023-09-29 10:59:48 +01:00
committed by GitHub
parent 8f3e4a1573
commit 6b2945440b
10 changed files with 122 additions and 23 deletions

View File

@ -521,6 +521,7 @@ where
5,
PruneModes::none(),
PruneBatchSizes::default(),
watch::channel(None).1,
);
let mut hooks = EngineHooks::new();