Disable the rate_limit of MQTT/TCP listener by default.

This commit is contained in:
Feng Lee 2018-09-25 22:37:45 +08:00 committed by huangdan
parent 986556ec7f
commit 760ea69193
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ listener.tcp.external.zone = external
##
## Value: rate,burst
## 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.
##