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

Decrease message timeout to 5 sec from 10 sec

Minor code clean-up in node_mgr.c
Change comment in slurmd/req.c
parent 2946c22b
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ slurmd_req(slurm_msg_t *msg, slurm_addr *cli)
/* No body to free */
break;
case REQUEST_NODE_REGISTRATION_STATUS:
/* Treat as ping (for slurmctld agent) */
/* Treat as ping (for slurmctld agent, just return SUCCESS) */
rc = _rpc_ping(msg, cli);
slurm_free_node_registration_status_msg(msg->data);
/* Then initiate a separate node registration */
......
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