File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626)
2727
2828const (
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)
You can’t perform that action at this time.
0 commit comments