From 8e7ea09cbd2a026bfab7c47ac9efbd983257e2e2 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Wed, 22 Feb 2017 17:34:00 +0800 Subject: [PATCH] Tune the mqtt.client|session.enable_stats off --- etc/emq.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/emq.conf b/etc/emq.conf index 0e20dd60d..f042bd279 100644 --- a/etc/emq.conf +++ b/etc/emq.conf @@ -114,7 +114,7 @@ mqtt.max_packet_size = 64KB mqtt.client.idle_timeout = 30s ## Enable client Stats: on | off -mqtt.client.enable_stats = on +mqtt.client.enable_stats = off ##-------------------------------------------------------------------- ## MQTT Session @@ -137,7 +137,7 @@ mqtt.session.max_awaiting_rel = 100 mqtt.session.await_rel_timeout = 20s ## Enable Statistics: on | off -mqtt.session.enable_stats = on +mqtt.session.enable_stats = off ## Expired after 1 day: ## w - week