mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
Bump keepalive to 55s
// FREEBIE
This commit is contained in:
@@ -156,7 +156,7 @@ public class WebSocketConnection implements WebSocketEventListener {
|
||||
public void run() {
|
||||
while (!stop.get()) {
|
||||
try {
|
||||
Thread.sleep(TimeUnit.SECONDS.toMillis(15));
|
||||
Thread.sleep(TimeUnit.SECONDS.toMillis(55));
|
||||
|
||||
Log.w(TAG, "Sending keep alive...");
|
||||
sendKeepAlive();
|
||||
|
||||
Reference in New Issue
Block a user