pub const MAX_STATS_POLL_INTERVAL: u8 = u8::MAX; // 255u8
Maximum stats_polling_interval_s per upstream. The wire field is a u8 so the type system enforces the cap; this constant exists to document the intent.
stats_polling_interval_s
u8