pub const DEFAULT_POOL_CAPA: usize = 50;
Available on crate feature async only.
Expand description

Default size of the message pool; a higher value could further reduce allocations during log file rotation and cleanup.