diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-18 16:05:00 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-18 16:05:00 +0100 |
| commit | 2bbd5a7e862e7c83471701b4dda4d639ad1d3f52 (patch) | |
| tree | 0b92bf804dd232ce2faa6c5c574bc23a8c885b4f /docs/rabbitmq.config.example | |
| parent | 4619ec0c663ff0083fa0e0039ff60cff22c4b709 (diff) | |
| parent | d81bd490cfc847dc5fafb91a5b1b7778643ef99b (diff) | |
| download | rabbitmq-server-git-2bbd5a7e862e7c83471701b4dda4d639ad1d3f52.tar.gz | |
stable to default
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index b0e13b1b8d..4fad154255 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -213,7 +213,12 @@ %% Explicitly enable/disable hipe compilation. %% - %% {hipe_compile, true} + %% {hipe_compile, true}, + + %% Timeout used when waiting for Mnesia tables in a cluster to + %% become available. + %% + %% {mnesia_table_loading_timeout, 30000} ]}, @@ -257,9 +262,13 @@ %% {certfile, "/path/to/cert.pem"}, %% {keyfile, "/path/to/key.pem"}]}]}, + %% One of 'basic', 'detailed' or 'none'. See + %% http://www.rabbitmq.com/management.html#fine-stats for more details. + %% {rates_mode, basic}, + %% Configure how long aggregated data (such as message rates and queue %% lengths) is retained. Please read the plugin's documentation in - %% https://www.rabbitmq.com/management.html#configuration for more + %% http://www.rabbitmq.com/management.html#configuration for more %% details. %% %% {sample_retention_policies, @@ -268,14 +277,6 @@ %% {detailed, [{10, 5}]}]} ]}, - {rabbitmq_management_agent, - [%% Misc/Advanced Options - %% - %% NB: Change these only if you understand what you are doing! - %% - %% {force_fine_statistics, true} - ]}, - %% ---------------------------------------------------------------------------- %% RabbitMQ Shovel Plugin %% |
