Skip to content
Snippets Groups Projects
Commit ee213ef6 authored by Steven Murray's avatar Steven Murray
Browse files

Increased RMC_MAXATTEMPTS from 3 to 10

parent 542d06f6
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ protected:
/**
* The maximum number of attempts a retriable RMC request should be issued.
*/
static const int RMC_MAXATTEMPTS = 3;
static const int RMC_MAXATTEMPTS = 10;
/**
* The TCP/IP port on which the rmcd daemon is listening.
......
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