Constant babalcore::TIME_TRACKER_MAX_SEC[][src]

pub const TIME_TRACKER_MAX_SEC: f64 = 1e12;

Maximum number of seconds we can track. This is related to the limit of a mantissa in 64-bit IEEE numbers, which is about 10^15. Since we count in msec, we have to divide to take away 3 digits. This is still several centuries.