Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
cernicc committed Feb 18, 2025
1 parent c6c7dea commit c806775
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions storage-provider/server/src/pipeline/add_piece.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ pub async fn add_piece(
);

// Schedule a new precommit to be executed immediately
let when = Duration::from_secs(0);
schedule_pre_commit(state.clone(), tracker, sector_number, when).await;
schedule_pre_commit(state.clone(), tracker, sector_number, Duration::ZERO).await;
return Ok(());
}
tracing::debug!(
Expand Down

0 comments on commit c806775

Please sign in to comment.