backend subscription

This commit is contained in:
Feng 2016-03-08 13:51:21 +08:00
parent f1f58818d5
commit 32635af084
2 changed files with 4 additions and 22 deletions

View File

@ -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},

View File

@ -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},