pub(crate) const MAX_PAGE_FIXPOINT_ITERATIONS: u32 = 8;Expand description
Cap on resolve↔layout rounds for page references before the engine gives up
and reports MOS0047 (issue #72). Stable documents settle in one or two
rounds; the cap bounds pathological oscillation so the build always
terminates.