mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-14 12:10:36 +01:00
Bump keepalive to 55s
// FREEBIE
This commit is contained in:
+1
-1
@@ -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