diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2020-06-03 20:36:17 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-06-03 20:36:17 +0300 |
| commit | 06b35575c88d8653bf6ca981699503c6897bb2fa (patch) | |
| tree | 1af4f311242d28c0644e203724d6074e893b00aa /priv | |
| parent | c8b4adacffeedde5dbf5d2c86a5e20ddb145103a (diff) | |
| download | rabbitmq-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.schema | 2 |
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"]} |
