backend subscription
This commit is contained in:
parent
f1f58818d5
commit
32635af084
|
@ -152,15 +152,6 @@
|
|||
%% Default should be scheduler numbers
|
||||
{pool_size, 8},
|
||||
|
||||
%% Subscription: disc | ram | false
|
||||
{subscription, ram},
|
||||
|
||||
%% Route shard
|
||||
{route_shard, false},
|
||||
|
||||
%% Route delay, false | integer
|
||||
{route_delay, false},
|
||||
|
||||
%% Route aging time(seconds)
|
||||
{route_aging, 5}
|
||||
]},
|
||||
|
@ -182,8 +173,8 @@
|
|||
|
||||
%% Subscribe topics automatically when client connected
|
||||
{subscription, [
|
||||
%% Subscription from stored table
|
||||
stored,
|
||||
%% Static subscriptions from backend
|
||||
backend,
|
||||
|
||||
%% $u will be replaced with username
|
||||
{"$Q/username/$u", 1},
|
||||
|
|
|
@ -147,15 +147,6 @@
|
|||
%% Default should be scheduler numbers
|
||||
{pool_size, 8},
|
||||
|
||||
%% Subscription: disc | ram | false
|
||||
{subscription, ram},
|
||||
|
||||
%% Route shard
|
||||
{route_shard, false},
|
||||
|
||||
%% Route delay, false | integer
|
||||
{route_delay, false},
|
||||
|
||||
%% Route aging time(seconds)
|
||||
{route_aging, 5}
|
||||
]},
|
||||
|
@ -177,8 +168,8 @@
|
|||
|
||||
%% Subscribe topics automatically when client connected
|
||||
%% {subscription, [
|
||||
%% %% Subscription from stored table
|
||||
%% stored,
|
||||
%% %% Static subscriptions from backend
|
||||
%% backend,
|
||||
%%
|
||||
%% %% $u will be replaced with username
|
||||
%% {"$Q/username/$u", 1},
|
||||
|
|
Loading…
Reference in New Issue