flashheart
Advanced tools
Comparing version 2.8.5 to 2.9.0
@@ -199,2 +199,5 @@ var _ = require('lodash'); | ||
client.stats.timing(statsName + '.attempts', currentAttempts); | ||
if (currentAttempts > 1) { | ||
client.stats.increment(statsName + '.retries'); | ||
} | ||
} | ||
@@ -201,0 +204,0 @@ |
{ | ||
"name": "flashheart", | ||
"version": "2.8.5", | ||
"version": "2.9.0", | ||
"description": "A fully-featured REST client built for ease-of-use and resilience", | ||
@@ -5,0 +5,0 @@ "main": "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
284903
1900