Skip to content

Commit

Permalink
Update capabilities_interface.tpp (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN authored Jul 16, 2024
1 parent 78e2f7e commit a92c44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/include/capabilities_interface.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <thread>
namespace arbitrator
{
constexpr auto MAX_RETRY_ATTEMPTS {10};
constexpr auto MAX_RETRY_ATTEMPTS {2};

template<typename MSrvReq, typename MSrvRes>
std::map<std::string, std::shared_ptr<MSrvRes>>
Expand Down

0 comments on commit a92c44e

Please sign in to comment.