Returns the configurable limits applied while discovering candidates. The candidate cap bounds how many distinct guessed-path candidates are evaluated against a single site root (after deduplication), so a large catalog can never trigger an unbounded burst of requests.
Usage
discovery_limits(max_candidates = getOption("sitemapr.max_candidates", 50L))See also
fetch_limits() and index_limits() for the other bound
constructors, and sitemap_tree() which accepts discovery limits.