We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d3600 commit a317092Copy full SHA for a317092
src/event_graph/mod.rs
@@ -525,7 +525,7 @@ impl EventGraph {
525
// Sleep until it's time to rotate.
526
let s = millis_until_next_rotation(next_rotation);
527
528
- debug!(target: "event_graph::dag_prune_task()", "Sleeping {}s until next DAG prune", s);
+ debug!(target: "event_graph::dag_prune_task()", "Sleeping {}ms until next DAG prune", s);
529
msleep(s).await;
530
debug!(target: "event_graph::dag_prune_task()", "Rotation period reached");
531
0 commit comments