From a1f0455204926eea3511b48981aad52c80a6afda Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 6 Jul 2005 00:02:28 +0000 Subject: [PATCH] Decrease default checkpoint timeout from 10 mins to 10 secs. --- src/scontrol/scontrol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scontrol/scontrol.c b/src/scontrol/scontrol.c index 9150293df6c..cac0a020ec0 100644 --- a/src/scontrol/scontrol.c +++ b/src/scontrol/scontrol.c @@ -73,9 +73,9 @@ #include "src/common/xstring.h" #define BUF_SIZE 1024 -#define CKPT_WAIT 600 +#define CKPT_WAIT 10 #define OPT_LONG_HIDE 0x102 -#define MAX_NAME_LEN 64 +#define MAX_NAME_LEN 64 #define MAX_INPUT_FIELDS 128 static char *command_name; -- GitLab