mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
Adjust data size to fully utilize TCP packet size.
This commit is contained in:
parent
37405bafde
commit
e04e1580c4
@ -68,7 +68,7 @@ Profiler* Profiler::Instance()
|
|||||||
|
|
||||||
void Profiler::Worker()
|
void Profiler::Worker()
|
||||||
{
|
{
|
||||||
enum { BulkSize = 1024 };
|
enum { BulkSize = 64000 / QueueItemSize };
|
||||||
moodycamel::ConsumerToken token( m_queue );
|
moodycamel::ConsumerToken token( m_queue );
|
||||||
|
|
||||||
ListenSocket listen;
|
ListenSocket listen;
|
||||||
|
Loading…
Reference in New Issue
Block a user