diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-02-21 01:15:06 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-02-21 01:15:06 +0300 |
| commit | d3eb661efd89e87bc7859512bcdbe2f95fc5667d (patch) | |
| tree | 5f1ee9b2de715e03f98a76e5ac72616a849b7183 /priv/schema | |
| parent | 017545d13ace947c02fb64c239ab28bb3f10b8d2 (diff) | |
| parent | 9e4095fd906da893ca08b02836ce0716bbfac39f (diff) | |
| download | rabbitmq-server-git-d3eb661efd89e87bc7859512bcdbe2f95fc5667d.tar.gz | |
Merge branch 'master' into unavailable-qq-publish-fix
Diffstat (limited to 'priv/schema')
| -rw-r--r-- | priv/schema/rabbit.schema | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema index 2617f558f7..4cc543d99f 100644 --- a/priv/schema/rabbit.schema +++ b/priv/schema/rabbit.schema @@ -1352,16 +1352,6 @@ end}. {validators, ["non_zero_positive_integer"]} ]}. -{mapping, "inet_dist_listen_min", "kernel.inet_dist_listen_min",[ - {datatype, [integer]}, - {validators, ["non_zero_positive_integer"]} -]}. - -{mapping, "inet_dist_listen_max", "kernel.inet_dist_listen_max",[ - {datatype, [integer]}, - {validators, ["non_zero_positive_integer"]} -]}. - % ========================== % sysmon_handler section % ========================== |
