{idle_timeout, 30} and {subscription, true}

This commit is contained in:
Feng 2016-03-15 01:34:01 +08:00
parent 467c6307f6
commit 9f3897d023
1 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@
%% Client
{client, [
%% Socket is connected, but no 'CONNECT' packet received
{idle_timeout, 20} %% seconds
{idle_timeout, 30} %% seconds
]},
%% Session
{session, [
@ -144,8 +144,8 @@
%% Default should be scheduler numbers
{pool_size, 8},
%% Subscription: ram | false
{subscription, ram},
%% Store Subscription: true | false
{subscription, true},
%% Route aging time(seconds)
{route_aging, 5}