datocms-listen
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -119,3 +119,3 @@ "use strict"; | ||
_a.sent(); | ||
return [2 /*return*/, subscribeToQuery(__assign(__assign({}, options), { reconnectionPeriod: reconnectionPeriod * (1.0 + (Math.random() * 0.2 - 0.1)) }))]; | ||
return [2 /*return*/, subscribeToQuery(__assign(__assign({}, options), { reconnectionPeriod: reconnectionPeriod * 2.0 * (1.0 + (Math.random() * 0.2 - 0.1)) }))]; | ||
} | ||
@@ -122,0 +122,0 @@ }); |
{ | ||
"name": "datocms-listen", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"types": "dist/index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
41539