mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Update keepalive interval to ping every 30sec.
This commit is contained in:
committed by
Alex Hart
parent
c6be427883
commit
62871c1bdd
@@ -58,7 +58,7 @@ import static org.whispersystems.signalservice.internal.websocket.WebSocketProto
|
||||
public class WebSocketConnection extends WebSocketListener {
|
||||
|
||||
private static final String TAG = WebSocketConnection.class.getSimpleName();
|
||||
public static final int KEEPALIVE_TIMEOUT_SECONDS = 55;
|
||||
public static final int KEEPALIVE_TIMEOUT_SECONDS = 30;
|
||||
|
||||
private final LinkedList<WebSocketRequestMessage> incomingRequests = new LinkedList<>();
|
||||
private final Map<Long, OutgoingRequest> outgoingRequests = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user