Skip to content
Snippets Groups Projects
Commit e3d6dc68 authored by Morris Jette's avatar Morris Jette
Browse files

Correct comment

parent 5eee1d28
No related branches found
No related tags found
No related merge requests found
...@@ -701,7 +701,7 @@ _send_exit_msg(stepd_step_rec_t *job, uint32_t *tid, int n, int status) ...@@ -701,7 +701,7 @@ _send_exit_msg(stepd_step_rec_t *job, uint32_t *tid, int n, int status)
/* /*
* Hack for TCP timeouts on exit of large, synchronized job * Hack for TCP timeouts on exit of large, synchronized job
* termination. Delay a random amount if job->nnodes > 100 * termination. Delay a random amount if job->nnodes > 500
*/ */
if (job->nnodes > 500) if (job->nnodes > 500)
_random_sleep(job); _random_sleep(job);
......
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