Skip to main content

MAX_GENERATION_CONFIG_LOOKUPS

Constant MAX_GENERATION_CONFIG_LOOKUPS 

Source
pub const MAX_GENERATION_CONFIG_LOOKUPS: usize = 3;
Expand description

How many repos to ask for a generation_config.json before giving up.

generation_config_candidates yields at most three, and this bounds it independently so a future candidate source cannot quietly make an import issue an unbounded number of requests.