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 14:50:05 +0100 |
| commit | be6aedf52a96644345626bfc84e09ff9532a0383 (patch) | |
| tree | ef354bd12c5ef41456347631360d02d97d2dfb4f /docs | |
| parent | 54d856115ce767e9a993e6520a85cb058b86bc02 (diff) | |
| download | rabbitmq-server-git-be6aedf52a96644345626bfc84e09ff9532a0383.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
(cherry picked from commit fdb3e7528431491e5d8718ef65e28c82efeb898b)
Diffstat (limited to 'docs')
| -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 |
