Skip to content

Commit

Permalink
Do not connect to same IFMap server (irond) after connection flap
Browse files Browse the repository at this point in the history
Closes-Bug: #1580685

Change-Id: Ie5b4a0a2212420ffdba138702b9b5c06d2e7de18
(cherry picked from commit 8cd9b65)
  • Loading branch information
tkarwa committed May 11, 2016
1 parent ea78750 commit 15d8658
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 15d8658

Please sign in to comment.