Skip to content

Commit

Permalink
removed reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
smadappa committed Nov 13, 2016
1 parent 2e76960 commit 05294c5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,8 @@ public long decr(String key, long by, long def, int exp) {
}

public void reconnect(EVCacheNodeImpl evcNode ) {
EVCacheMetricsFactory.getCounter(appName + "-RECONNECT", evcNode.getBaseTags()).increment();
mconn.queueReconnect(evcNode);
//EVCacheMetricsFactory.getCounter(appName + "-RECONNECT", evcNode.getBaseTags()).increment();
//mconn.queueReconnect(evcNode);
//client.getPool().refreshPool();
}
}

0 comments on commit 05294c5

Please sign in to comment.