Skip to content

Commit

Permalink
Update capabilities_interface.tpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN committed Jul 8, 2024
1 parent dcfa365 commit de9901a
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 de9901a

Please sign in to comment.