1 2 3
pub(crate) const MAX_QUEUE_SIZE: usize = 131_072; pub(crate) const BACKGROUND_SLEEP_TIME_STEP_NANOS: u64 = 1_000; pub(crate) const MAX_KEEP_FILE: usize = 30;