提交 44f8caf9 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'fix/websocket_heartTimeout' into 'wrdp'

websocket心跳时间改为30秒

See merge request o2oa/o2oa!2644
......@@ -14,7 +14,7 @@ MWF.xDesktop.WebSocket = new Class({
this.reConnect = true;
this.checking = false;
this.heartTimeout = 60000;
this.heartTimeout = 30000;
this.checkingTimeout = 4000;
this.heartMsg = "heartbeat";
this.maxErrorCount = 10;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册