Skip to content

Commit 40e9cdb

Browse files
author
mochi-co
committed
Update server version
1 parent e9f7215 commit 40e9cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: server.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
)
2727

2828
const (
29-
Version = "2.4.5" // the current server version.
29+
Version = "2.4.6" // the current server version.
3030
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
3131
LocalListener = "local"
3232
InlineClientId = "inline"
@@ -69,7 +69,7 @@ func NewDefaultServerCapabilities() *Capabilities {
6969
MaximumPacketSize: 0, // no maximum packet size
7070
maximumPacketID: math.MaxUint16,
7171
ReceiveMaximum: 1024, // maximum number of concurrent qos messages per client
72-
MaximumInflight: 1024 * 8, // maximum number of qos > 0 messages can be stored
72+
MaximumInflight: 1024 * 8, // maximum number of qos > 0 messages can be stored
7373
TopicAliasMaximum: math.MaxUint16, // maximum topic alias value
7474
SharedSubAvailable: 1, // shared subscriptions are available
7575
MinimumProtocolVersion: 3, // minimum supported mqtt version (3.0.0)

0 commit comments

Comments
 (0)