mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-23 14:04:16 +00:00
Increase timeout
This commit is contained in:
parent
b5400f77c3
commit
6208eb72d8
@ -145,7 +145,7 @@ public class Main {
|
||||
boolean returnOnTimeout = true;
|
||||
if (timeout < 0) {
|
||||
returnOnTimeout = false;
|
||||
timeout = 5;
|
||||
timeout = 3600;
|
||||
}
|
||||
try {
|
||||
m.receiveMessages(timeout, returnOnTimeout, new ReceiveMessageHandler(m));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user