diff options
| author | Pierre Fenoll <pierrefenoll@gmail.com> | 2020-06-24 19:36:06 +0200 |
|---|---|---|
| committer | Pierre Fenoll <pierrefenoll@gmail.com> | 2020-06-24 19:36:06 +0200 |
| commit | a514c247c3973555f23041ffecd1e7cf92596a94 (patch) | |
| tree | 0841ff64f8c21c1efde388a8e0a2d6c00c2ac426 | |
| parent | c21ca1c518357901f71b28f22cdee8674fd17b00 (diff) | |
| download | rabbitmq-server-git-a514c247c3973555f23041ffecd1e7cf92596a94.tar.gz | |
Keep the flag for backwards config compatibility.
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
| -rw-r--r-- | priv/schema/rabbit.schema | 9 |
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. %% |
