// =============================================================================
// #######
// ### ### F: constants.rs
// ## ## ## ## P: AppCore-Runtime
// ## ##
// C: 2026/07/24 13:18:47 by dnettoRaw
// ## ## ## ## U: 2026/07/24 13:18:47 by dnettoRaw
// ########### S: 1.0.1-rc.8
// =============================================================================
//! Stable supervisor capacity defaults.
/// Default number of lifecycle events retained in memory.
pub const DEFAULT_EVENT_CAPACITY: usize = 1_024;