mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(pruner): set default timeout to None on PrunerBuilder (#8181)
This commit is contained in:
@ -102,7 +102,7 @@ impl Default for PrunerBuilder {
|
||||
segments: PruneModes::none(),
|
||||
max_reorg_depth: 64,
|
||||
prune_delete_limit: MAINNET.prune_delete_limit,
|
||||
timeout: Some(Self::DEFAULT_TIMEOUT),
|
||||
timeout: None,
|
||||
finished_exex_height: watch::channel(FinishedExExHeight::NoExExs).1,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user