mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
More aggressive broadcast repeat timeout.
This commit is contained in:
parent
53863fe0e7
commit
2d3e7ee796
@ -319,7 +319,7 @@ int main( int argc, char** argv )
|
||||
while( it != clients.end() )
|
||||
{
|
||||
const auto diff = t - it->second.time;
|
||||
if( diff > 6000 ) // 6s
|
||||
if( diff > 4000 ) // 4s
|
||||
{
|
||||
it = clients.erase( it );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user