mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Increase timeout
This commit is contained in:
parent
b5400f77c3
commit
6208eb72d8
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ public class Main {
|
||||||
boolean returnOnTimeout = true;
|
boolean returnOnTimeout = true;
|
||||||
if (timeout < 0) {
|
if (timeout < 0) {
|
||||||
returnOnTimeout = false;
|
returnOnTimeout = false;
|
||||||
timeout = 5;
|
timeout = 3600;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
m.receiveMessages(timeout, returnOnTimeout, new ReceiveMessageHandler(m));
|
m.receiveMessages(timeout, returnOnTimeout, new ReceiveMessageHandler(m));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue