xiang 6 years ago
parent
commit
63248ac3b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pc_chat/src/components/chat.vue

+ 1 - 1
pc_chat/src/components/chat.vue

@@ -1614,7 +1614,7 @@
 						// console.log('------心跳检测close-------')
 						this.websock.close(); //如果 5秒之后我们没有收到 后台返回的心跳检测数据 断开socket,断开后会启动重连机制
 
-					}, 5000);
+					}, 50000);
 				}, this.timeout)
 			},