fix: dont unwind genesis block in stage run (#7418)

This commit is contained in:
Matthias Seitz
2024-04-02 14:01:24 +02:00
committed by GitHub
parent 8fc7a13ccd
commit afa33a2a46

View File

@ -157,7 +157,7 @@ impl Command {
.await?;
}
let batch_size = self.batch_size.unwrap_or(self.to - self.from + 1);
let batch_size = self.batch_size.unwrap_or(self.to.saturating_sub(self.from) + 1);
let etl_config = EtlConfig::new(
Some(