mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-16 13:01:49 +00:00
Increase connection disconnect duration to match android app
Related #2018
This commit is contained in:
parent
7dc55eba81
commit
aafb40fd94
@ -301,7 +301,7 @@ public class SignalDependencies {
|
|||||||
getLibSignalNetwork(),
|
getLibSignalNetwork(),
|
||||||
credentialsProvider,
|
credentialsProvider,
|
||||||
allowStories,
|
allowStories,
|
||||||
healthMonitor), () -> true, timer, TimeUnit.SECONDS.toMillis(10));
|
healthMonitor), () -> true, timer, TimeUnit.SECONDS.toMillis(30));
|
||||||
healthMonitor.monitor(authenticatedSignalWebSocket);
|
healthMonitor.monitor(authenticatedSignalWebSocket);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -316,7 +316,7 @@ public class SignalDependencies {
|
|||||||
getLibSignalNetwork(),
|
getLibSignalNetwork(),
|
||||||
null,
|
null,
|
||||||
allowStories,
|
allowStories,
|
||||||
healthMonitor), () -> true, timer, TimeUnit.SECONDS.toMillis(10));
|
healthMonitor), () -> true, timer, TimeUnit.SECONDS.toMillis(30));
|
||||||
healthMonitor.monitor(unauthenticatedSignalWebSocket);
|
healthMonitor.monitor(unauthenticatedSignalWebSocket);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user