Commit 279b5f87 authored by Monty's avatar Monty

Avoid some DBUG prints from idle server in thread pool

parent 55f734ed
......@@ -305,8 +305,10 @@ class thread_pool_generic : public thread_pool
std::unique_lock<std::mutex> lk(m_mtx);
if (m_on)
{
DBUG_PUSH_EMPTY;
thr_timer_end(this);
thr_timer_settime(this, 1000ULL * m_period);
DBUG_POP_EMPTY;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment