From eb8d0c0e7e3e771233a0737598fb0cfe4dddd5d3 Mon Sep 17 00:00:00 2001 From: egg Date: Tue, 13 Oct 2015 16:36:09 +0900 Subject: [PATCH] temporarily until fixed. felixge/node-mysql#1236 nodejs/node#3337 --- lib/protocol/sequences/Sequence.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protocol/sequences/Sequence.js b/lib/protocol/sequences/Sequence.js index 9c2f6bfb9..70355c805 100644 --- a/lib/protocol/sequences/Sequence.js +++ b/lib/protocol/sequences/Sequence.js @@ -27,7 +27,7 @@ function Sequence(options, callback) { this._idleNext = null; this._idlePrev = null; this._idleStart = null; - this._idleTimeout = undefined; + this._idleTimeout = -1; this._repeat = null; }