From 355bea1e3ba3e5f198a56fbc5208fa1bd95573e9 Mon Sep 17 00:00:00 2001 From: William Hockey Date: Thu, 12 Dec 2013 12:04:34 -0800 Subject: [PATCH] Removing attempts reset - will be set to 1 in initialize_retry_vars --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index f2f8890..aed7856 100644 --- a/index.js +++ b/index.js @@ -245,7 +245,6 @@ RedisClient.prototype.on_connect = function () { this.connected = true; this.ready = false; - this.attempts = 0; this.connections += 1; this.command_queue = new Queue(); this.emitted_end = false;