Comparing version 1.0.1 to 1.0.2
@@ -24,6 +24,6 @@ "use strict"; | ||
const retryOptions = { | ||
retries: 15, | ||
retries: 10, | ||
retryOn: [429, 500, 501, 502, 503, 504], | ||
retryDelay: function (attempt, _error, _response) { | ||
return Math.pow(1.2, attempt) * 1000; | ||
return Math.pow(2, attempt) * 10; | ||
}, | ||
@@ -30,0 +30,0 @@ }; |
{ | ||
"name": "oso-cloud", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Oso Cloud Node client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
87344