fix(stages, etl): clear ETL collectors in Headers stage when done (#6964)

This commit is contained in:
Alexey Shekhirin
2024-03-05 14:49:06 +00:00
committed by GitHub
parent ec401aa781
commit 024c217564
9 changed files with 80 additions and 60 deletions

View File

@@ -836,7 +836,7 @@ impl NodeConfig {
header_downloader,
body_downloader,
factory.clone(),
)?
)
.set(SenderRecoveryStage {
commit_threshold: stage_config.sender_recovery.commit_threshold,
})