mirror of https://github.com/Icinga/icinga2.git
IDO-Logging: Increase logging threshold for nearly empty queue
This commit is contained in:
parent
d377996176
commit
04fc0014ce
|
@ -259,7 +259,7 @@ void DbConnection::LogStatsHandler()
|
|||
|
||||
auto output = round(m_OutputQueries.CalculateRate(now, 10));
|
||||
|
||||
if (pending < output * 2 && !timeoutReached) {
|
||||
if (pending < output * 5 && !timeoutReached) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue