Преглед изворни кода

Disable the rate_limit of MQTT/TCP listener by default.

Feng Lee пре 7 година
родитељ
комит
db520b9b94
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      etc/emqx.conf

+ 1 - 1
etc/emqx.conf

@@ -766,7 +766,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.
 ##