@arcblock/ws 1.18.72 → 1.18.73

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.72",
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.72",
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": "2fb6b97b4324b303960d468a10e849dbc5eae149"
48
+ "gitHead": "d33cc33687903ca7d473547c04fe6c6363c60609"
49
49
  }