Merge pull request #1822 from vishesh/task/cheap-clients
sim2: Remove obsolete comment
This commit is contained in:
commit
dca1dfeaa2
|
@ -380,7 +380,6 @@ private:
|
|||
|
||||
ACTOR static Future<Void> trackLeakedConnection( Sim2Conn* self ) {
|
||||
wait( g_simulator.onProcess( self->process ) );
|
||||
// SOMEDAY: Make this value variable? Dependent on buggification status?
|
||||
if (self->process->address.isPublic()) {
|
||||
wait( delay( FLOW_KNOBS->CONNECTION_MONITOR_IDLE_TIMEOUT * FLOW_KNOBS->CONNECTION_MONITOR_IDLE_TIMEOUT * 1.5 ) );
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue