subscription
This commit is contained in:
parent
f07b35adc7
commit
23d1e96fff
|
@ -458,8 +458,8 @@ PubSub and Router
|
||||||
%% PubSub Pool
|
%% PubSub Pool
|
||||||
{pool_size, 8},
|
{pool_size, 8},
|
||||||
|
|
||||||
%% Subscription: disc | ram | false
|
%% Subscription: true | false
|
||||||
{subscription, ram},
|
{subscription, true},
|
||||||
|
|
||||||
%% Route aging time(seconds)
|
%% Route aging time(seconds)
|
||||||
{route_aging, 5}
|
{route_aging, 5}
|
||||||
|
|
|
@ -753,7 +753,6 @@ Stop a Trace::
|
||||||
|
|
||||||
./bin/emqttd_ctl trace topic "topic" off
|
./bin/emqttd_ctl trace topic "topic" off
|
||||||
|
|
||||||
|
|
||||||
.. _emqttd_plugin_mysql: https://github.com/emqtt/emqttd_plugin_mysql
|
.. _emqttd_plugin_mysql: https://github.com/emqtt/emqttd_plugin_mysql
|
||||||
.. _emqttd_plugin_pgsql: https://github.com/emqtt/emqttd_plugin_pgsql
|
.. _emqttd_plugin_pgsql: https://github.com/emqtt/emqttd_plugin_pgsql
|
||||||
.. _emqttd_plugin_redis: https://github.com/emqtt/emqttd_plugin_redis
|
.. _emqttd_plugin_redis: https://github.com/emqtt/emqttd_plugin_redis
|
||||||
|
|
Loading…
Reference in New Issue