@constructor-io/constructorio-client-javascript 2.26.3 → 2.26.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ var HumanityCheck = require('../utils/humanity-check');
18
18
  var helpers = require('../utils/helpers');
19
19
 
20
20
  var storageKey = '_constructorio_requests';
21
- var requestTTL = 1800000; // 30 minutes in milliseconds
21
+ var requestTTL = 180000; // 3 minutes in milliseconds
22
22
 
23
23
  var RequestQueue = /*#__PURE__*/function () {
24
24
  function RequestQueue(options, eventemitter) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.26.3",
3
+ "version": "2.26.4",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "scripts": {