Skip to main content

DEFAULT_ENRICH_REST_CONCURRENCY

Constant DEFAULT_ENRICH_REST_CONCURRENCY 

Source
pub const DEFAULT_ENRICH_REST_CONCURRENCY: u32 = 8;
Expand description

Default REST fan-out for enrich --mode openrouter when --rest-concurrency is omitted (GAP-SG-141).

The clap parser clamps the flag to 1..=16; this constant is the value used when the operator passes nothing, keeping the default out of an inline unwrap_or at the call site.