Skip to content

Commit 6720252

Browse files
Update crates/tap-agent/src/backoff.rs
Co-authored-by: Joseph Livesey <[email protected]>
1 parent 7b76a07 commit 6720252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tap-agent/src/backoff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! # backoff
55
//!
66
//! This module is used to provide a helper that keep tracks of exponential backoff information in a
7-
//! non-blocking way. This is important since Actors process one message at a time, and an sleep in
7+
//! non-blocking way. This is important since Actors process one message at a time, and a sleep in
88
//! the middle would affect performance.
99
//!
1010
//! This way we just mark something as "in backoff" and just check that information before sending

0 commit comments

Comments
 (0)