Searched refs:Seconds (Results 1 – 2 of 2) sorted by relevance
63 using Seconds = std::chrono::seconds; variable
125 static Seconds getReadLogsMaxInterval() { in getReadLogsMaxInterval()126 constexpr int limit = duration_cast<Seconds>(Constants::readLogsMaxInterval).count(); in getReadLogsMaxInterval()131 return Seconds{readlogs_max_interval_secs}; in getReadLogsMaxInterval()