mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
add a comment and kick build servers
This commit is contained in:
parent
4ad3163ca5
commit
aa16430cf4
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue