@nxtedition/deepstream.io-client-js 23.4.25 → 23.4.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/deepstream.io-client-js",
3
- "version": "23.4.25",
3
+ "version": "23.4.26",
4
4
  "description": "the javascript client for deepstream.io",
5
5
  "homepage": "http://deepstream.io",
6
6
  "bugs": {
@@ -303,7 +303,7 @@ class RecordHandler {
303
303
  return this._observe(
304
304
  {
305
305
  state: C.RECORD_STATE.SERVER,
306
- timeout: 2 * 60e3,
306
+ timeout: 10 * 60e3,
307
307
  dataOnly: true,
308
308
  },
309
309
  ...args