summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2020-06-03 20:36:17 +0300
committerMichael Klishin <michael@clojurewerkz.org>2020-06-03 20:36:17 +0300
commit06b35575c88d8653bf6ca981699503c6897bb2fa (patch)
tree1af4f311242d28c0644e203724d6074e893b00aa /priv
parentc8b4adacffeedde5dbf5d2c86a5e20ddb145103a (diff)
downloadrabbitmq-server-git-06b35575c88d8653bf6ca981699503c6897bb2fa.tar.gz
Message store settings we already have use the "msg_store" prefix
Diffstat (limited to 'priv')
-rw-r--r--priv/schema/rabbit.schema2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema
index 1d95e5e0b3..b81ba0f1c4 100644
--- a/priv/schema/rabbit.schema
+++ b/priv/schema/rabbit.schema
@@ -1090,7 +1090,7 @@ end}.
{mapping, "mnesia_table_loading_retry_limit", "rabbit.mnesia_table_loading_retry_limit",
[{datatype, integer}]}.
-{mapping, "message_store_shutdown_timeout", "rabbit.message_store_shutdown_timeout",
+{mapping, "message_store_shutdown_timeout", "rabbit.msg_store_shutdown_timeout",
[
{datatype, integer},
{validators, ["non_zero_positive_integer"]}