pub const STREAMING_CHANNEL_CAPACITY: usize = 256;Expand description
Bounded capacity for streaming delta channels. Each delta is a small text chunk (~100-500 bytes); 256 caps the buffer at ~128 KB, preventing OOM from slow clients while absorbing normal burst latency.