Skip to main content

MAX_THREADS

Constant MAX_THREADS 

Source
pub const MAX_THREADS: usize = 256;
Expand description

Maximum number of concurrent writer threads supported. Log calls from threads exceeding this limit will panic. 1MB queue x 256 = 256MB memory ceiling, which is sufficient for most use cases.