From fb7a5d1ccff967e4d8aac17f37f84047444161a9 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Tue, 21 Jun 2016 09:21:42 +0800 Subject: [PATCH] session expired_after 2880 minutes --- docs/source/config.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/config.rst b/docs/source/config.rst index d964205d0..bc5fdf71e 100644 --- a/docs/source/config.rst +++ b/docs/source/config.rst @@ -370,8 +370,8 @@ MQTT Session %% Interval of Statistics Collection(seconds) {collect_interval, 20}, - %% Expired after 2 days - {expired_after, 48} + %% Expired after 2 day (unit: minute) + {expired_after, 2880} ]}, @@ -389,7 +389,7 @@ Session parameters: +----------------------+----------------------------------------------------------+ | collect_interval | Interval of Statistics Collection | +----------------------+----------------------------------------------------------+ -| expired_after | Expired after | +| expired_after | Expired after (unit: minute) | +----------------------+----------------------------------------------------------+ MQTT Message Queue