feat(stages): respect PruneModes in TxLookup stage (#4390)

This commit is contained in:
Alexey Shekhirin
2023-09-01 15:06:49 +01:00
committed by GitHub
parent e66e3e3556
commit 6bb94af5bb
9 changed files with 133 additions and 29 deletions

View File

@ -474,7 +474,7 @@ where
db.clone(),
self.base_config.chain_spec.clone(),
5,
PruneModes::default(),
PruneModes::none(),
PruneBatchSizes::default(),
);