Skip to content

Commit

Permalink
Removing old TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Dec 3, 2023
1 parent 1340e03 commit 1ee36cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sync/backfill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ impl SyncJob for Worker<Backfill> {
self.maybe_flush(block).await?;
}

// TODO: flush needs to properly update the job
// this needs to be part of BackfillJob, not just Inner
self.flush(self.inner.low).await?;

info!("closing backfill worker");
Expand Down

0 comments on commit 1ee36cc

Please sign in to comment.