pub const fn max_demand_requests_per_repository_per_poll() -> u32Expand description
The ceiling on what one repository’s demand poll may spend.
Stated as a function rather than a constant because it is the sum of three
constants and a reader checking the budget arithmetic should not have to
re-add them — and because f1 and f2 render the worst case beside the
projection.