pub const QUEUE_CAPACITY: usize = 256;Expand description
Events held in memory while the delivery thread works. Small on purpose: a full queue is a receiver problem the operator should see in the delivery log, not a backlog the node quietly grows a heap for.