mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
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));
|
auto output = round(m_OutputQueries.CalculateRate(now, 10));
|
||||||
|
|
||||||
if (pending < output * 2 && !timeoutReached) {
|
if (pending < output * 5 && !timeoutReached) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user