summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
Diffstat (limited to 'docs/rabbitmq.config.example')
-rw-r--r--docs/rabbitmq.config.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index f0b242282a..60452108aa 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -330,10 +330,15 @@
%%
%% {collect_statistics_interval, 5000},
- %% Explicitly enable/disable hipe compilation.
+ %% Explicitly enable/disable HiPE compilation.
%%
%% {hipe_compile, true},
+ %% Number of delegate processes to use for intra-cluster communication.
+ %% On a machine which has a very large number of cores and is also part of a cluster, you may wish to increase this value.
+ %%
+ %% {delegate_count, 16},
+
%% Number of times to retry while waiting for Mnesia tables in a cluster to
%% become available.
%%