mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 18:20:42 -07:00
Bump defaultGatewayRecentSubExpiration and RC2
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user