Skip to content
Snippets Groups Projects
Commit c477b424 authored by Moe Jette's avatar Moe Jette
Browse files

Change default SlurmctldTimeout value from 300 to 120.

parent 2e6bf34b
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ must be different.
\fBSlurmctldTimeout\fR
The interval, in seconds, that the backup controller waits for the
primary controller to respond before assuming control.
The default value is 300 seconds.
The default value is 120 seconds.
.TP
\fBSlurmdDebug\fR
The level of detail to provide \fBslurmd\fR daemon's logs.
......
......@@ -43,7 +43,7 @@
#define DEFAULT_RETURN_TO_SERVICE 0
#define DEFAULT_SCHEDTYPE "sched/builtin"
#define DEFAULT_SLURMCTLD_PIDFILE "/var/run/slurmctld.pid"
#define DEFAULT_SLURMCTLD_TIMEOUT 300
#define DEFAULT_SLURMCTLD_TIMEOUT 120
#define DEFAULT_SLURMD_PIDFILE "/var/run/slurmd.pid"
#define DEFAULT_SLURMD_TIMEOUT 300
#define DEFAULT_SPOOLDIR "/var/spool/slurmd"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment