diff options
| author | Luke Bakken <lbakken@pivotal.io> | 2019-02-13 12:45:24 -0800 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-02-14 00:05:27 +0300 |
| commit | de2818537e2e1c4bf773c2b7d9b23059e562f393 (patch) | |
| tree | fd6879b3c085d413e3b9a65281145979137ed63e /priv/schema | |
| parent | 58b0c9ca97c7b416e4cf39d66e8d68ef90ccbc99 (diff) | |
| download | rabbitmq-server-git-de2818537e2e1c4bf773c2b7d9b23059e562f393.tar.gz | |
Remove inet_dist_listen_min / max from ini schema since they do not work
(cherry picked from commit 260098ecd053ec10e407ec65ac2a17512f4d4455)
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 % ========================== |
