不要怂,就是干,撸起袖子干!

Commit df500bed by Mick Hansen Committed by Jan Aagaard Meier

add idle test (convert from jasmine)

1 parent 59fa81f8
Showing with 1 additions and 1 deletions
...@@ -76,7 +76,7 @@ module.exports = (function() { ...@@ -76,7 +76,7 @@ module.exports = (function() {
if (self.pendingQueries === 0) { if (self.pendingQueries === 0) {
setTimeout(function() { setTimeout(function() {
self.pendingQueries === 0 && self.disconnect.call(self); self.pendingQueries === 0 && self.disconnect.call(self);
}, 1); }, 100);
} }
} }
}); });
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!