pub const DEFAULT_MAX_COMPLETION_RESULT_BYTES: usize = _; // 4_194_304usizeExpand 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.