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