pub const DEFAULT_K_BEFORE_SILENT: u32 = 3;Expand description
Default K (notices-without-slowdown before silent-drop).
Matches RttEma::is_warm’s “evidence sufficient to act”
threshold of 3 samples per
bb-runtime/src/framework/rtt_tracker.rs:126-128.