mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 18:44:37 +01:00
Increase timeout
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user