Skip to content

Commit da75e45

Browse files
Apply suggestion from @maximopalopoli
Co-authored-by: Maximo Palopoli <96491141+maximopalopoli@users.noreply.github.com>
1 parent 37e6a88 commit da75e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aggregation_mode/db/src/orchestrator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ impl DbOrchestartor {
125125
return Err(err);
126126
}
127127

128-
tracing::warn!(attempt = attempts, delay_milis = delay.as_millis(), error = ?err, "retrying after backoff");
128+
tracing::warn!(attempt = attempts, delay_millis = delay.as_millis(), error = ?err, "retrying after backoff");
129129
tokio::time::sleep(delay).await;
130130
delay = self.next_backoff_delay(delay);
131131
attempts += 1;

0 commit comments

Comments
 (0)