Searched refs:CHECK_POINT_INTERVAL (Results 1 – 2 of 2) sorted by relevance
128 static constexpr uint32_t CHECK_POINT_INTERVAL = 5; // 5 min variable
305 …auto timeout = now > (failedTime_.load() + minutes(CHECK_POINT_INTERVAL)) || now < failedTime_.loa… in ReleaseNode()