summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--priv/schema/rabbit.schema9
1 files changed, 9 insertions, 0 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema
index 71ba11f372..05ee9032d2 100644
--- a/priv/schema/rabbit.schema
+++ b/priv/schema/rabbit.schema
@@ -1067,6 +1067,15 @@ end}.
%% NB: Change these only if you understand what you are doing!
%%
+%% Explicitly enable/disable hipe compilation.
+%%
+%% {hipe_compile, true},
+%%
+%% DEPRECATED: this is a no-op and is kept only to allow old configs.
+
+{mapping, "hipe_compile", "rabbit.hipe_compile",
+ [{datatype, {enum, [true, false]}}]}.
+
%% Timeout used when waiting for Mnesia tables in a cluster to
%% become available.
%%