Home
last modified time | relevance | path

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

/openbmc/phosphor-host-postd/
H A Dmain.cpp83 static constexpr std::chrono::seconds rateLimitInterval(1); in rateLimit() local
92 rateLimitEndTime = Clock(event).now() + rateLimitInterval; in rateLimit()