Increase default waiting period to 2 seconds.

This commit is contained in:
Kristian S. Stangeland 2013-01-18 09:56:55 +01:00
parent 093a6f12bf
commit 5c098339a9

View File

@ -50,7 +50,7 @@ public class PlayerInjectionHandler {
/**
* The maximum number of milliseconds to wait until a player can be looked up by connection.
*/
private static final long TIMEOUT_PLAYER_LOOKUP = 1000; // ms
private static final long TIMEOUT_PLAYER_LOOKUP = 2000; // ms
/**
* The highest possible packet ID. It's unlikely that this value will ever change.