Bump defaultGatewayRecentSubExpiration and RC2

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
Ivan Kozlovic
2019-11-15 10:06:38 -07:00
parent c2d1b0becd
commit d046f7945f
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ var (
const (
// VERSION is the current version for the server.
VERSION = "2.1.1-RC1"
VERSION = "2.1.1-RC2"
// PROTO is the currently supported protocol.
// 0 was the original

View File

@@ -33,7 +33,7 @@ const (
defaultSolicitGatewaysDelay = time.Second
defaultGatewayConnectDelay = time.Second
defaultGatewayReconnectDelay = time.Second
defaultGatewayRecentSubExpiration = 250 * time.Millisecond
defaultGatewayRecentSubExpiration = 5 * time.Second
defaultGatewayMaxRUnsubBeforeSwitch = 1000
oldGWReplyPrefix = "$GR."