mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-21 08:47:42 +02:00
IDO-Logging: Increase logging threshold for nearly empty queue
This commit is contained in:
parent
89fcd41e08
commit
3404dd3ee7
@ -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…
x
Reference in New Issue
Block a user