Archiviert
13
0

Increment the default async timeout to 2 minutes.

Dieser Commit ist enthalten in:
Kristian S. Stangeland 2012-11-02 01:03:12 +01:00
Ursprung 51184dd209
Commit cda235af7e

Datei anzeigen

@ -51,7 +51,7 @@ public class AsyncMarker implements Serializable, Comparable<AsyncMarker> {
/** /**
* Default number of milliseconds until a packet will rejected. * 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. * Default number of packets to skip.