@arcblock/ws 1.18.71 → 1.18.73

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.
@@ -36,7 +36,7 @@ const refreshHeartbeat = (socket) => {
36
36
  socket.heartbeatAt = Date.now();
37
37
  };
38
38
 
39
- const HEARTBEAT_TIMEOUT = 60 * 1000;
39
+ const HEARTBEAT_TIMEOUT = 5 * 60 * 1000;
40
40
 
41
41
  /**
42
42
  * Create a websocket server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ws",
3
- "version": "1.18.71",
3
+ "version": "1.18.73",
4
4
  "description": "OCAP Chain websocket server and client",
5
5
  "keywords": [
6
6
  "websocket"
@@ -34,7 +34,7 @@
34
34
  "url": "https://github.com/ArcBlock/asset-chain/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@arcblock/event-hub": "1.18.71",
37
+ "@arcblock/event-hub": "1.18.73",
38
38
  "debug": "^4.3.4",
39
39
  "eventemitter3": "^4.0.7",
40
40
  "lodash": "^4.17.21",
@@ -45,5 +45,5 @@
45
45
  "devDependencies": {
46
46
  "get-port": "^5.1.1"
47
47
  },
48
- "gitHead": "dc8eb886b0ed25f35ac06971bdf4c87ad6a49186"
48
+ "gitHead": "d33cc33687903ca7d473547c04fe6c6363c60609"
49
49
  }