pub const DEFAULT_RATE_PER_SECOND: u32 = 100;Expand description
Maximum log emission rate per second per process.
Lines beyond this rate are dropped (counted in the drop counter). The default rate is generous enough to capture useful debug-level traffic without unbounded growth from a runaway log loop.