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
ExposurePage
is weakly bounded to a maximum ofMaxExposurePageSize
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 boundClaimedRewards
and is unsafe to reduce without handling it in a migration.