mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +00:00
docs: fix minor typo for DEFAULT_BUFFERED_LINES_LIMIT (#1109)
This commit is contained in:
parent
679fd0ddca
commit
9549be9410
@ -61,7 +61,7 @@ use tracing_subscriber::fmt::MakeWriter;
|
||||
/// The default maximum number of buffered log lines.
|
||||
///
|
||||
/// If [`NonBlocking`][non-blocking] is lossy, it will drop spans/events at capacity.
|
||||
/// capacity. If [`NonBlocking`][non-blocking] is _not_ lossy,
|
||||
/// If [`NonBlocking`][non-blocking] is _not_ lossy,
|
||||
/// backpressure will be exerted on senders, causing them to block their
|
||||
/// respective threads until there is available capacity.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user