Skip to main content

DEFAULT_MAX_COMPLETION_RESULT_BYTES

Constant DEFAULT_MAX_COMPLETION_RESULT_BYTES 

Source
pub const DEFAULT_MAX_COMPLETION_RESULT_BYTES: usize = _; // 4_194_304usize
Expand description

Default per-CompletionHandle result-payload cap. 4 MiB. Larger completions emit AppIngressError { kind: PerItemCapExceeded } and the component sees an async-op timeout in place of the dropped completion.