Remove the 'mqtt.pubsub.by_clientid' option

This commit is contained in:
Feng Lee 2017-11-17 20:55:11 +08:00
parent 62d4f9f031
commit 1545e18cd9
2 changed files with 1 additions and 8 deletions

View File

@ -1,5 +1,5 @@
##===================================================================
## EMQ Configuration R2.3
## EMQ Configuration R2.3.0
##===================================================================
##--------------------------------------------------------------------
@ -288,8 +288,6 @@ mqtt.broker.sys_interval = 60
## PubSub Pool Size. Default should be scheduler numbers.
mqtt.pubsub.pool_size = 8
mqtt.pubsub.by_clientid = true
## Subscribe Asynchronously
mqtt.pubsub.async = true

View File

@ -715,11 +715,6 @@ end}.
{datatype, integer}
]}.
{mapping, "mqtt.pubsub.by_clientid", "emqttd.pubsub", [
{default, true},
{datatype, {enum, [true, false]}}
]}.
{mapping, "mqtt.pubsub.async", "emqttd.pubsub", [
{default, true},
{datatype, {enum, [true, false]}}