Increase default packet timeout to 30 minutes.
Dieser Commit ist enthalten in:
Ursprung
5ac15f11dc
Commit
2c00b570aa
@ -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 = 120000;
|
||||
public static final int DEFAULT_TIMEOUT_DELTA = 1800 * 1000;
|
||||
|
||||
/**
|
||||
* Default number of packets to skip.
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren