Skip to content

Commit a514c24

Browse files
committed
Keep the flag for backwards config compatibility.
Signed-off-by: Pierre Fenoll <[email protected]>
1 parent c21ca1c commit a514c24

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

priv/schema/rabbit.schema

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,15 @@ end}.
10671067
%% NB: Change these only if you understand what you are doing!
10681068
%%
10691069

1070+
%% Explicitly enable/disable hipe compilation.
1071+
%%
1072+
%% {hipe_compile, true},
1073+
%%
1074+
%% DEPRECATED: this is a no-op and is kept only to allow old configs.
1075+
1076+
{mapping, "hipe_compile", "rabbit.hipe_compile",
1077+
[{datatype, {enum, [true, false]}}]}.
1078+
10701079
%% Timeout used when waiting for Mnesia tables in a cluster to
10711080
%% become available.
10721081
%%

0 commit comments

Comments
 (0)