rethinkdbdash
Advanced tools
Comparing version 2.1.7 to 2.1.8
@@ -451,4 +451,4 @@ var util = require('util'); | ||
var sum = 0; | ||
for(var i=0; i<this._pools.length; i++) { | ||
sum += this._pools[i].getLength(); | ||
for(var i=0; i<this._healthyPools.length; i++) { | ||
sum += this._healthyPools[i].getLength(); | ||
} | ||
@@ -459,4 +459,4 @@ return sum; | ||
var sum = 0; | ||
for(var i=0; i<this._pools.length; i++) { | ||
sum += this._pools[i].getAvailableLength(); | ||
for(var i=0; i<this._healthyPools.length; i++) { | ||
sum += this._healthyPools[i].getAvailableLength(); | ||
} | ||
@@ -463,0 +463,0 @@ return sum; |
{ | ||
"name": "rethinkdbdash", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"description": "A Node.js driver for RethinkDB with promises and a connection pool", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
821434