Reduce the time we wait for legacy pings.
This commit is contained in:
parent
b041d84063
commit
6c14f40108
@ -180,7 +180,7 @@ public class InitialHandler extends PacketHandler implements PendingConnection
|
||||
{
|
||||
respondToPing();
|
||||
}
|
||||
}, 500, TimeUnit.MILLISECONDS );
|
||||
}, 200, TimeUnit.MILLISECONDS );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user