]> code.citadel.org Git - citadel.git/blobdiff - citadel/sendcommand.c
* sendcommand default watchdog timeout set to 60 seconds. 5 seconds is way too low.
[citadel.git] / citadel / sendcommand.c
index 2f8a3cfdb86e907f135525c0c382b93d080b7f99..5012877018945538de8426e941944eb58ce1d2b6 100644 (file)
@@ -172,7 +172,7 @@ int main(int argc, char **argv)
        int a;
        char cmd[SIZ];
        char buf[SIZ];
-       int watchdog = 5;
+       int watchdog = 60;
 
        int relh=0;
        int home=0;