Home
last modified time | relevance | path

Searched refs:logThrottle (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-pid-control/pid/ec/
H A Dlogging.cpp34 static constexpr int logThrottle = 60 * 1000; variable
256 if (since.count() >= logThrottle) in LogContext()