mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(pruner): limit number of blocks to prune per run (#5627)
This commit is contained in:
@ -533,6 +533,7 @@ where
|
||||
vec![],
|
||||
5,
|
||||
self.base_config.chain_spec.prune_delete_limit,
|
||||
config.max_reorg_depth() as usize,
|
||||
watch::channel(None).1,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user