add a comment and kick build servers

This commit is contained in:
Roxanne Skelly 2019-05-13 17:25:06 -07:00
parent 4ad3163ca5
commit aa16430cf4

View file

@ -4047,6 +4047,8 @@ bool Application::event(QEvent* event) {
idle();
#ifdef DEBUG_EVENT_QUEUE_DEPTH
// The event queue may very well grow beyond 400, so
// this code should only be enabled on local builds
{
int count = ::hifi::qt::getEventQueueSize(QThread::currentThread());
if (count > 400) {