pub const TIMESTAMP_INTERVAL_UPPER_BOUND: u64 = 2;
Expand description

The Coordinator tries to prevent the persisted timestamp from exceeding a value TIMESTAMP_INTERVAL_UPPER_BOUND times TIMESTAMP_PERSIST_INTERVAL larger than the current system time.