Increase default waiting period to 2 seconds.
Dieser Commit ist enthalten in:
Ursprung
093a6f12bf
Commit
5c098339a9
@ -50,7 +50,7 @@ public class PlayerInjectionHandler {
|
|||||||
/**
|
/**
|
||||||
* The maximum number of milliseconds to wait until a player can be looked up by connection.
|
* 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.
|
* The highest possible packet ID. It's unlikely that this value will ever change.
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren