Explorar el Código

Remove the 'mqtt.pubsub.by_clientid' option

Feng Lee hace 8 años
padre
commit
1545e18cd9
Se han modificado 2 ficheros con 1 adiciones y 8 borrados
  1. 1 3
      etc/emq.conf
  2. 0 5
      priv/emq.schema

+ 1 - 3
etc/emq.conf

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

+ 0 - 5
priv/emq.schema

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