mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04: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