Disable the rate_limit of MQTT/TCP listener by default.
This commit is contained in:
parent
c123064afc
commit
db520b9b94
|
@ -766,7 +766,7 @@ listener.tcp.external.zone = external
|
||||||
##
|
##
|
||||||
## Value: rate,burst
|
## Value: rate,burst
|
||||||
## Unit: Bps
|
## Unit: Bps
|
||||||
listener.tcp.external.rate_limit = 1024,4096
|
## listener.tcp.external.rate_limit = 1024,4096
|
||||||
|
|
||||||
## The access control rules for the MQTT/TCP listener.
|
## The access control rules for the MQTT/TCP listener.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue