diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index efa595cd..e1bdd19f 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -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 ); }