Skip to main content

NOTIFICATION_BROADCAST_CAPACITY

Constant NOTIFICATION_BROADCAST_CAPACITY 

Source
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.