pub const MAX_THREADS: usize = 256;
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.