An ExposurePage is weakly bounded to a maximum of MaxExposurePageSize
nominators.
For older non-paged exposure, a reward payout was restricted to the top
MaxExposurePageSize nominators. This is to limit the i/o cost for the
nominator payout.
Note: MaxExposurePageSize is used to bound ClaimedRewards and is unsafe to reduce
without handling it in a migration.
The maximum size of each
T::ExposurePage.An
ExposurePageis weakly bounded to a maximum ofMaxExposurePageSizenominators.For older non-paged exposure, a reward payout was restricted to the top
MaxExposurePageSizenominators. This is to limit the i/o cost for the nominator payout.Note:
MaxExposurePageSizeis used to boundClaimedRewardsand is unsafe to reduce without handling it in a migration.