Skip to content

Commit eb8d0c0

Browse files
committed
temporarily until fixed. mysqljs#1236 nodejs/node#3337
1 parent 6ad9f4b commit eb8d0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protocol/sequences/Sequence.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function Sequence(options, callback) {
2727
this._idleNext = null;
2828
this._idlePrev = null;
2929
this._idleStart = null;
30-
this._idleTimeout = undefined;
30+
this._idleTimeout = -1;
3131
this._repeat = null;
3232
}
3333

0 commit comments

Comments
 (0)