Просмотр исходного кода

Remove the translation for 'by_clientid'

Feng Lee 8 лет назад
Родитель
Сommit
c751e958db
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      priv/emq.schema

+ 0 - 1
priv/emq.schema

@@ -722,7 +722,6 @@ end}.
 
 {translation, "emqttd.pubsub", fun(Conf) ->
   [{pool_size, cuttlefish:conf_get("mqtt.pubsub.pool_size", Conf)},
-   {by_clientid, cuttlefish:conf_get("mqtt.pubsub.by_clientid", Conf)},
    {async, cuttlefish:conf_get("mqtt.pubsub.async", Conf)}]
 end}.