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

@@ -127,7 +127,7 @@ impl Command {
header_downloader,
body_downloader,
factory.clone(),
)?
)
.set(SenderRecoveryStage {
commit_threshold: stage_conf.sender_recovery.commit_threshold,
})

View File

@@ -191,7 +191,7 @@ impl ImportCommand {
header_downloader,
body_downloader,
factory.clone(),
)?
)
.set(SenderRecoveryStage {
commit_threshold: config.stages.sender_recovery.commit_threshold,
})