Searched refs:TIME_RANGE_BETA (Results 1 – 1 of 1) sorted by relevance
32 constexpr time_t TIME_RANGE_BETA = 1 * 60 * 60; // 1h variable59 static time_t timeRange = Parameter::IsBetaVersion() ? TIME_RANGE_BETA : TIME_RANGE_COMMERCIAL; in GetMinValidTime()