Increase constant

This commit is contained in:
Alex Dima 2019-04-24 16:05:44 +02:00
parent 296fa84d8d
commit b748731f4a

View file

@ -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 {