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 /docs/rabbitmq.conf.example | |
| 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 'docs/rabbitmq.conf.example')
| -rw-r--r-- | docs/rabbitmq.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index c362e9a8d2..c0ef61fac1 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -459,7 +459,7 @@ # Kernel section # ====================================== -# kernel.net_ticktime = 60 +# net_ticktime = 60 ## ---------------------------------------------------------------------------- ## RabbitMQ Management Plugin |
