Enable the stats of session by default
This commit is contained in:
parent
c308037b1a
commit
0716b2b2d0
|
@ -242,7 +242,7 @@ mqtt.session.max_awaiting_rel = 100
|
||||||
mqtt.session.await_rel_timeout = 20s
|
mqtt.session.await_rel_timeout = 20s
|
||||||
|
|
||||||
## Enable Statistics: on | off
|
## Enable Statistics: on | off
|
||||||
mqtt.session.enable_stats = off
|
mqtt.session.enable_stats = on
|
||||||
|
|
||||||
## Expired after 1 day:
|
## Expired after 1 day:
|
||||||
## w - week
|
## w - week
|
||||||
|
|
Loading…
Reference in New Issue