mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-30 10:50:47 +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() {
|
public void run() {
|
||||||
while (!stop.get()) {
|
while (!stop.get()) {
|
||||||
try {
|
try {
|
||||||
Thread.sleep(TimeUnit.SECONDS.toMillis(15));
|
Thread.sleep(TimeUnit.SECONDS.toMillis(55));
|
||||||
|
|
||||||
Log.w(TAG, "Sending keep alive...");
|
Log.w(TAG, "Sending keep alive...");
|
||||||
sendKeepAlive();
|
sendKeepAlive();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user