This commit is contained in:
Henrik Triem 2020-09-10 11:11:17 +02:00
parent 078ddd9e8e
commit 60a69486c0

View File

@ -257,7 +257,7 @@ void DbConnection::LogStatsHandler()
{
auto rate = output - input;
if (pending < rate * 5) {
if (pending > rate * 5) {
timeInfo = " empty in ";
if (rate <= 0)
timeInfo += "infinite time, your task handler isn't able to keep up";