Skip to content

Commit

Permalink
Merge pull request #206 from shaharmor/hotfix/typo
Browse files Browse the repository at this point in the history
fix critical typo in handleError
  • Loading branch information
luin committed Dec 6, 2015
2 parents bb04217 + f97ec61 commit 79fe333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ Cluster.prototype.handleError = function (error, ttl, handlers) {
if (!this.failoverTimeout) {
this.failoverTimeout = setTimeout(function () {
_this.refreshSlotsCache(function () {
_this.failOverTimeout = null;
_this.failoverTimeout = null;
_this.executeFailoverCommands();
});
}, this.options.retryDelayOnFailover);
Expand Down

0 comments on commit 79fe333

Please sign in to comment.