Skip to content

Commit

Permalink
temporarily until fixed. mysqljs#1236 nodejs/node#3337
Browse files Browse the repository at this point in the history
  • Loading branch information
egg- committed Oct 13, 2015
1 parent 6ad9f4b commit eb8d0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/protocol/sequences/Sequence.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit eb8d0c0

Please sign in to comment.