mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-03 15:54:48 +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.
|
/// The default maximum number of buffered log lines.
|
||||||
///
|
///
|
||||||
/// If [`NonBlocking`][non-blocking] is lossy, it will drop spans/events at capacity.
|
/// 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
|
/// backpressure will be exerted on senders, causing them to block their
|
||||||
/// respective threads until there is available capacity.
|
/// respective threads until there is available capacity.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user