Skip to main content

build_resize_config

Function build_resize_config 

Source
pub fn build_resize_config(
    data_dir: &Path,
) -> (CoalescerConfig, EvidenceSinkConfig)
Expand description

Build the BOCPD-based resize coalescer configuration.

This is extracted as a standalone function so all launch modes share identical config and the parity matrix can be tested without a terminal.

Returns (CoalescerConfig, EvidenceSinkConfig).