mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Decrease number of SPSCQueue items to 8K.
This matches the query limit set on the server.
This commit is contained in:
parent
a203eb5aef
commit
9055a31156
@ -1300,7 +1300,7 @@ Profiler::Profiler()
|
|||||||
, m_fiQueue( 16 )
|
, m_fiQueue( 16 )
|
||||||
, m_fiDequeue( 16 )
|
, m_fiDequeue( 16 )
|
||||||
#endif
|
#endif
|
||||||
, m_symbolQueue( 64*1024 )
|
, m_symbolQueue( 8*1024 )
|
||||||
, m_frameCount( 0 )
|
, m_frameCount( 0 )
|
||||||
, m_isConnected( false )
|
, m_isConnected( false )
|
||||||
#ifdef TRACY_ON_DEMAND
|
#ifdef TRACY_ON_DEMAND
|
||||||
|
Loading…
Reference in New Issue
Block a user