We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679fd0d commit 9549be9Copy full SHA for 9549be9
tracing-appender/src/non_blocking.rs
@@ -61,7 +61,7 @@ use tracing_subscriber::fmt::MakeWriter;
61
/// The default maximum number of buffered log lines.
62
///
63
/// If [`NonBlocking`][non-blocking] is lossy, it will drop spans/events at capacity.
64
-/// capacity. If [`NonBlocking`][non-blocking] is _not_ lossy,
+/// If [`NonBlocking`][non-blocking] is _not_ lossy,
65
/// backpressure will be exerted on senders, causing them to block their
66
/// respective threads until there is available capacity.
67
0 commit comments