From db520b9b9427fca0556e396fa1fe1c8d38808520 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Tue, 25 Sep 2018 22:37:45 +0800 Subject: [PATCH] Disable the rate_limit of MQTT/TCP listener by default. --- etc/emqx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/emqx.conf b/etc/emqx.conf index b7ff0d654..10da1a0b9 100644 --- a/etc/emqx.conf +++ b/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. ##