pub const COUNCIL_EVENT_CHANNEL_CAPACITY: usize = 8_192;Expand description
Channel capacity for the orchestrator event sender.
Larger than the per-agent channel to accommodate bursts from multiple concurrent worker nodes plus orchestration bookkeeping events.