Skip to main content

DEFAULT_BUFFER_CAPACITY

Constant DEFAULT_BUFFER_CAPACITY 

Source
pub const DEFAULT_BUFFER_CAPACITY: usize = 1000;
Expand description

Maximum number of buffered log lines awaiting cloud shipment.

When the buffer is full, the oldest line is dropped to make room and the drop counter is incremented. KISS default; tune from real usage.