]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/ReceiveCommand.java
Allow relinking an account if it's no longer authorized
[signal-cli] / src / main / java / org / asamk / signal / commands / ReceiveCommand.java
index a6ef8484ef52315d1c225666a9cdce6c9a3b01e3..f3f77347b490c9ef20cb6f501453d8e39131eee0 100644 (file)
@@ -35,7 +35,7 @@ public class ReceiveCommand implements ExtendedDbusCommand, LocalCommand {
     public void attachToSubparser(final Subparser subparser) {
         subparser.addArgument("-t", "--timeout")
                 .type(double.class)
-                .setDefault(1.0)
+                .setDefault(3.0)
                 .help("Number of seconds to wait for new messages (negative values disable timeout)");
         subparser.addArgument("--ignore-attachments")
                 .help("Don’t download attachments of received messages.")