diff --git a/rel/files/emqttd.config.development b/rel/files/emqttd.config.development index 93bacd972..9fce5b427 100644 --- a/rel/files/emqttd.config.development +++ b/rel/files/emqttd.config.development @@ -151,15 +151,6 @@ {pubsub, [ %% 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}, diff --git a/rel/files/emqttd.config.production b/rel/files/emqttd.config.production index 755a6b1dc..095c66550 100644 --- a/rel/files/emqttd.config.production +++ b/rel/files/emqttd.config.production @@ -146,15 +146,6 @@ {pubsub, [ %% 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},