Skip to content
Snippets Groups Projects
Commit 0215309f authored by Mark Grondona's avatar Mark Grondona
Browse files

o set kill_wait to default of 30s instead of NO_VAL

parent 04bd8854
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ init_slurm_conf (slurm_ctl_conf_t *ctl_conf_ptr)
ctl_conf_ptr->inactive_limit = (uint16_t) NO_VAL;
xfree (ctl_conf_ptr->job_credential_private_key);
xfree (ctl_conf_ptr->job_credential_public_certificate);
ctl_conf_ptr->kill_wait = (uint16_t) NO_VAL;
ctl_conf_ptr->kill_wait = (uint16_t) 30;
xfree (ctl_conf_ptr->plugindir);
xfree (ctl_conf_ptr->prioritize);
xfree (ctl_conf_ptr->prolog);
......
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