Skip to main content

SIGNING_CHANNEL_DEFAULT_CAPACITY

Constant SIGNING_CHANNEL_DEFAULT_CAPACITY 

Source
pub const SIGNING_CHANNEL_DEFAULT_CAPACITY: usize = kernel::signing_task::DEFAULT_SIGNING_CHANNEL_CAPACITY; // 256usize
Expand description

Default bounded capacity for the kernel’s mpsc-backed signing-task channel. Re-exported so integration tests can assert against the configured value without reaching into crate-private module paths.