diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 4bf3882f..67a24a46 100755 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -61,7 +61,7 @@ void Profiler::ZoneEnd( QueueZoneEnd&& data ) void Profiler::Worker() { - enum { BulkSize = 32 }; + enum { BulkSize = 1024 }; moodycamel::ConsumerToken token( m_queue ); for(;;)