From aa16430cf4c2605e838e8f64f8c7066a7f5b8296 Mon Sep 17 00:00:00 2001 From: Roxanne Skelly Date: Mon, 13 May 2019 17:25:06 -0700 Subject: [PATCH] add a comment and kick build servers --- interface/src/Application.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index f9e9911d2a..662c7243d0 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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) {