提交 b748731f 编写于 作者: A Alex Dima

Increase constant

上级 296fa84d
......@@ -151,7 +151,7 @@ export const enum ProtocolConstants {
/**
* If there is no reconnection within this time-frame, consider the connection permanently closed...
*/
ReconnectionGraceTime = 60 * 60 * 1000, // 1hr
ReconnectionGraceTime = 3 * 60 * 60 * 1000, // 3hrs
}
class ProtocolMessage {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册