diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2018-02-22 11:25:45 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2018-02-22 11:25:45 +0100 |
| commit | fdb3e7528431491e5d8718ef65e28c82efeb898b (patch) | |
| tree | 16e0855cd6a9b81a3b96aa6f61c526caa3e14bf8 /priv/schema | |
| parent | da988060c5557d453dd3de99a2e2f48f7f31fdfc (diff) | |
| download | rabbitmq-server-git-fdb3e7528431491e5d8718ef65e28c82efeb898b.tar.gz | |
Support kernel.net_ticktime in Cuttlefish configuration
net_ticktime, if present in the .conf file, is set up with
net_kernel:set_net_ticktime/1 before the configuration
of the .conf is applied to the other applications. The kernel
is already running when the configuration is applied, so net_ticktime
is set in a specific way.
[#155393098]
Fixes #1522
Diffstat (limited to 'priv/schema')
| -rw-r--r-- | priv/schema/rabbit.schema | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema index a39e47f7af..77d0fa89d8 100644 --- a/priv/schema/rabbit.schema +++ b/priv/schema/rabbit.schema @@ -1150,6 +1150,14 @@ end}. {datatype, {enum, [debug, info, notice, warning, error, critical, alert, emergency, none]}} ]}. +% ========================== +% Kernel section +% ========================== + +{mapping, "net_ticktime", "kernel.net_ticktime",[ + {datatype, [integer]} +]}. + % =============================== % Validators % =============================== |
