Skip to content

Commit

Permalink
Merge "Do not connect to same IFMap server (irond) after connection f…
Browse files Browse the repository at this point in the history
…lap"
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 13, 2016
2 parents 6f5d537 + 4b68d78 commit 2a3f7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ifmap/client/ifmap_channel.cc
Expand Up @@ -44,7 +44,7 @@
#include <sandesh/request_pipeline.h>

const int IFMapChannel::kSocketCloseTimeout = 2 * 1000;
const uint64_t IFMapChannel::kRetryConnectionMax = 2;
const uint64_t IFMapChannel::kRetryConnectionMax = 0;

using namespace boost::assign;
using namespace std;
Expand Down

0 comments on commit 2a3f7fb

Please sign in to comment.