mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-30 09:40:46 +00:00
Bump keepalive to 55s
// FREEBIE
This commit is contained in:
parent
2614bba212
commit
da648b4e4c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user