summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-03-04 13:40:10 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-03-04 13:40:10 +0000
commitfec03ef2e4938b5c7fbb0d8bd1c16daca090de4a (patch)
tree0b7c5b2660062fa3d632a9fa28f76c1edff944b0 /docs/rabbitmq.config.example
parent1b1582f839c13614925158397f1e9f0562357882 (diff)
parentc43130f1411908cb62bb6af1f1ff79a1f5e5338f (diff)
downloadrabbitmq-server-git-fec03ef2e4938b5c7fbb0d8bd1c16daca090de4a.tar.gz
stable to default
Diffstat (limited to 'docs/rabbitmq.config.example')
-rw-r--r--docs/rabbitmq.config.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 12c34552b2..4d323902d7 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -138,6 +138,11 @@
%%
%% {frame_max, 131072},
+ %% Set the max permissible number of channels per connection.
+ %% 0 means "no limit".
+ %%
+ %% {channel_max, 128},
+
%% Customising Socket Options.
%%
%% See (http://www.erlang.org/doc/man/inet.html#setopts-2) for
@@ -489,6 +494,10 @@
%%
%% {port, 389},
+ %% LDAP connection timeout, in milliseconds or 'infinity'
+ %%
+ %% {timeout, infinity},
+
%% Enable logging of LDAP queries.
%% One of
%% - false (no logging is performed)