Skip to main content

appcore_supervisor/
constants.rs

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