pub const NOTIFICATION_BROADCAST_CAPACITY: usize = 4096;Expand description
Notification broadcast capacity (drop-oldest when full). 4096 covers the worst-case storms (sky://diagnostics/changed at 50-200/s during rust-analyzer cargo-check) with margin.