pub const OFFLINE_SHORTFALL_FRACTION: (u64, u64);Expand description
Minimum shortfall fraction relative to expected bundles to consider an operator offline. (numerator, denominator): operator is flagged only if submitted < expected * (den - num) / den. (1, 3) means 1/3 = 33% shortfall required (must submit < 67% of expected). Constraints: denominator > 0, numerator <= denominator.