@suprsend/web-sdk 4.0.1 → 4.0.2
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.
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/es/index.js +1 -2
- package/dist/es/index.js.map +1 -1
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
|
@@ -1240,8 +1240,7 @@ class ne {
|
|
|
1240
1240
|
tenant_id: this.feedOptions.tenantId,
|
|
1241
1241
|
schema: "1"
|
|
1242
1242
|
},
|
|
1243
|
-
|
|
1244
|
-
reconnectionDelay: 5e3,
|
|
1243
|
+
reconnectionDelay: 1e3,
|
|
1245
1244
|
reconnectionDelayMax: 1e4
|
|
1246
1245
|
}), this.initializeSocketEvents());
|
|
1247
1246
|
}
|