Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtian committed Oct 18, 2024
1 parent 47ad851 commit 2eb23e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-core/src/checkpoints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ impl CheckpointBuilder {
loop {
self.maybe_build_checkpoints().await;

let _ = timeout(Duration::from_secs(1), self.notify.notified()).await;
self.notify.notified().await;
}
}

Expand Down

0 comments on commit 2eb23e3

Please sign in to comment.