|
|
@@ -113,8 +113,8 @@ mqtt.max_packet_size = 64KB
|
|
|
## Client Idle Timeout (Second)
|
|
|
mqtt.client.idle_timeout = 30s
|
|
|
|
|
|
-## Enable client Stats: seconds or off
|
|
|
-mqtt.client.enable_stats = off
|
|
|
+## Enable client Stats: on | off
|
|
|
+mqtt.client.enable_stats = on
|
|
|
|
|
|
##--------------------------------------------------------------------
|
|
|
## MQTT Session
|
|
|
@@ -136,8 +136,8 @@ mqtt.session.max_awaiting_rel = 100
|
|
|
## Awaiting PUBREL Timeout
|
|
|
mqtt.session.await_rel_timeout = 20s
|
|
|
|
|
|
-## Enable Statistics at the Interval(seconds)
|
|
|
-mqtt.session.enable_stats = off
|
|
|
+## Enable Statistics: on | off
|
|
|
+mqtt.session.enable_stats = on
|
|
|
|
|
|
## Expired after 1 day:
|
|
|
## w - week
|