pub const MAX_DEPTH: usize = crate::constants::DEFAULT_SCAN_DEPTH; // 6usizeExpand description
The depth discover uses when no configuration says otherwise.
Re-exported from crate::constants so callers that only need the default do not
have to reach past this module for it.