mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor/perf: use rayon spawn for recovery jobs (#1226)
This commit is contained in:
@ -64,7 +64,6 @@ let mut pipeline = reth_stages::Pipeline::new()
|
||||
commit_threshold: config.stages.bodies.commit_threshold,
|
||||
})
|
||||
.push(SenderRecoveryStage {
|
||||
batch_size: config.stages.sender_recovery.batch_size,
|
||||
commit_threshold: config.stages.sender_recovery.commit_threshold,
|
||||
})
|
||||
.push(ExecutionStage { config: ExecutorConfig::new_ethereum() });
|
||||
|
||||
Reference in New Issue
Block a user