Skip to content

Commit

Permalink
elaborate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih committed Mar 6, 2025
1 parent ada1634 commit 4f75301
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/chain_sync/chain_follower.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ pub async fn chain_follower<DB: Blockstore + Sync + Send + 'static>(
}
});

// Add status reporting task
// Periodically report progress if there are any tipsets left to be fetched.
// Once we're in steady-state (i.e. caught up to HEAD) and there are no
// active forks, this will not report anything.
set.spawn({
let state_manager = state_manager.clone();
let state_machine = state_machine.clone();
Expand Down

0 comments on commit 4f75301

Please sign in to comment.