Skip to content
Snippets Groups Projects
Commit 07938b25 authored by Artem Polyakov's avatar Artem Polyakov Committed by David Bigagli
Browse files

Adjust delays between retransmissions.

parent 0946064a
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ int pmixp_stepd_send(char *nodelist, const char *address, char *data,
{
int retry = 0, rc;
unsigned int delay = 100; /* in milliseconds */
unsigned int delay = 500; /* in milliseconds */
hostlist_t hl;
hl = hostlist_create(nodelist);
......
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