Constant MAX_TIME_UPDATES
pub const MAX_TIME_UPDATES: u64 = 100; // 100u64
Expand description
The maximum number of recorded RTC updates that can be retrieved by
RtcUpdates/Get
in a single call.
This limit should be generous enough to serve most, if not all, testing needs.