Closed jonasbadstuebner closed 3 weeks ago
It is the correct name in advanced.config
but not in rabbitmq.conf
which uses grouping right in the key names (while advanced.config
uses data structure nesting).
So this key simply wasn't updated for rabbitmq.conf
. Thank you.
Describe the bug
I followed the quide to RabbitMQ configuration here and
management_db_cache_multiplier
is named incorrectly on the website.I get the following error:
With
management.db_cache_multiplier
it works as expected.Reproduction steps
management_db_cache_multiplier
in rabbitmq.confExpected behavior
The server starts up and has the cache multiplier set.
Additional context
https://github.com/rabbitmq/rabbitmq-website/blob/dbb3070ab1adf52fd616382de6341ba5770aad04/docs/configure.md?plain=1#L1118
In https://github.com/rabbitmq/rabbitmq-management/pull/822 the config option was added as
management.db_cache_multiplier
- the website should represent that.