pub const MAX_CHANGE_AGE: u32 = u32::MAX - (2 * CHECK_TICK_THRESHOLD - 1); // 3_258_167_296u32
Expand description

The maximum change tick difference that won’t overflow before the next check_tick scan.

Changes stop being detected once they become this old.