Reduce the time we wait for legacy pings.

This commit is contained in:
md-5 2013-10-08 09:06:28 +11:00
parent b041d84063
commit 6c14f40108

View File

@ -180,7 +180,7 @@ public class InitialHandler extends PacketHandler implements PendingConnection
{ {
respondToPing(); respondToPing();
} }
}, 500, TimeUnit.MILLISECONDS ); }, 200, TimeUnit.MILLISECONDS );
} }
@Override @Override