From b10c9c7dfec87a668d90e75f247dd14892a3a28f Mon Sep 17 00:00:00 2001 From: Ery Lee Date: Wed, 14 Jan 2015 14:09:21 +0800 Subject: [PATCH] session expired by 1 hour --- rel/files/app.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/files/app.config b/rel/files/app.config index 1a3b1ca69..e64fda7cf 100644 --- a/rel/files/app.config +++ b/rel/files/app.config @@ -34,7 +34,7 @@ {emqtt, [ {auth, {anonymous, []}}, %internal, anonymous {session, [ - {expires, 24}, + {expires, 1}, {max_queue, 1000}, {qos0, false} ]},