From 795ee300d17292b00c09be26e176449aa2dbc494 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Sat, 22 Sep 2018 16:14:02 +0800 Subject: [PATCH] Disable the publish_limit by default --- etc/emqx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/emqx.conf b/etc/emqx.conf index f302af423..b7ff0d654 100644 --- a/etc/emqx.conf +++ b/etc/emqx.conf @@ -527,7 +527,7 @@ zone.external.idle_timeout = 15s ## ## Value: Number,Duration ## Example: 10 messages per minute. -zone.external.publish_limit = 10,1m +## zone.external.publish_limit = 10,1m ## Enable ACL check. ##