Merge pull request #601 from emqtt/emq10
Update docs and emqttd_dashboard plugin
This commit is contained in:
commit
7d6ec52c37
|
@ -370,8 +370,8 @@ MQTT Session
|
||||||
%% Interval of Statistics Collection(seconds)
|
%% Interval of Statistics Collection(seconds)
|
||||||
{collect_interval, 20},
|
{collect_interval, 20},
|
||||||
|
|
||||||
%% Expired after 2 days
|
%% Expired after 2 day (unit: minute)
|
||||||
{expired_after, 48}
|
{expired_after, 2880}
|
||||||
|
|
||||||
]},
|
]},
|
||||||
|
|
||||||
|
@ -389,7 +389,7 @@ Session parameters:
|
||||||
+----------------------+----------------------------------------------------------+
|
+----------------------+----------------------------------------------------------+
|
||||||
| collect_interval | Interval of Statistics Collection |
|
| collect_interval | Interval of Statistics Collection |
|
||||||
+----------------------+----------------------------------------------------------+
|
+----------------------+----------------------------------------------------------+
|
||||||
| expired_after | Expired after |
|
| expired_after | Expired after (unit: minute) |
|
||||||
+----------------------+----------------------------------------------------------+
|
+----------------------+----------------------------------------------------------+
|
||||||
|
|
||||||
MQTT Message Queue
|
MQTT Message Queue
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 26c727be2b31180780d582e460e20fe418af1909
|
Subproject commit f4ed05ee52d487dbab899aafa96b72519725978c
|
Loading…
Reference in New Issue