mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-27 21:26:17 +01:00
Increment the default async timeout to 2 minutes.
This commit is contained in:
parent
51184dd209
commit
cda235af7e
@ -51,7 +51,7 @@ public class AsyncMarker implements Serializable, Comparable<AsyncMarker> {
|
||||
/**
|
||||
* Default number of milliseconds until a packet will rejected.
|
||||
*/
|
||||
public static final int DEFAULT_TIMEOUT_DELTA = 60000;
|
||||
public static final int DEFAULT_TIMEOUT_DELTA = 120000;
|
||||
|
||||
/**
|
||||
* Default number of packets to skip.
|
||||
|
Loading…
Reference in New Issue
Block a user