flashheart
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -24,3 +24,3 @@ var _ = require('lodash'); | ||
const DEFAULT_CIRCUIT_BREAKER_RESET_TIMEOUT = 10000; | ||
const DEFAULT_CIRCUIT_BREAKER_TIMEOUT = 60000; | ||
const DEFAULT_CIRCUIT_BREAKER_TIMEOUT = 0x7FFFFFFF; // Set high to effectively disable the circuit breaker timeout | ||
const GET = 'get'; | ||
@@ -27,0 +27,0 @@ const PUT = 'put'; |
{ | ||
"name": "flashheart", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "A fully-featured REST client built for ease-of-use and resilience", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
271078