mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Remove server query quota.
This commit is contained in:
parent
93b6fd72c3
commit
6c53c36bfe
@ -1782,9 +1782,8 @@ void Profiler::Worker()
|
||||
keepAlive = 0;
|
||||
}
|
||||
|
||||
int quota = 500;
|
||||
bool connActive = true;
|
||||
while( quota-- && m_sock->HasData() )
|
||||
while( m_sock->HasData() )
|
||||
{
|
||||
connActive = HandleServerQuery();
|
||||
if( !connActive ) break;
|
||||
|
Loading…
Reference in New Issue
Block a user