appcore-supervisor 1.0.1

Dependency-aware managed-service supervision with bounded restart policy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// =============================================================================
//        #######
//     ###       ###     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;