Home
last modified time | relevance | path

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

/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist.cc1605 int32_t secondsToWaitLog = 0; in maintThread() local
1616 secondsToWaitLog = 0; in maintThread()
1619 if (secondsToWaitLog <= 0) { in maintThread()
1621 secondsToWaitLog = 61; in maintThread()
1623 secondsToWaitLog -= interval; in maintThread()