Skip to main content

DEFAULT_CANDIDATE_LIMIT

Constant DEFAULT_CANDIDATE_LIMIT 

Source
pub const DEFAULT_CANDIDATE_LIMIT: usize = 50;
Expand description

Default per-car candidate limit applied by the DispatchStrategy::candidate_limit trait default.

Strategies that build with a custom limit override the trait method to return their stored value; opting out (None) disables pruning entirely.