summaryrefslogtreecommitdiff
path: root/priv/schema
diff options
context:
space:
mode:
Diffstat (limited to 'priv/schema')
-rw-r--r--priv/schema/rabbit.schema6
1 files changed, 6 insertions, 0 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema
index 9552fb0cf3..1d95e5e0b3 100644
--- a/priv/schema/rabbit.schema
+++ b/priv/schema/rabbit.schema
@@ -1090,6 +1090,12 @@ 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",
+ [
+ {datatype, integer},
+ {validators, ["non_zero_positive_integer"]}
+ ]}.
+
%% Size in bytes below which to embed messages in the queue index. See
%% https://www.rabbitmq.com/persistence-conf.html
%%