summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-02-19 11:33:15 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-02-19 11:33:15 +0000
commitf7f03e00d6759273942a39d4fbb88f30c3bde42f (patch)
tree9a197a3b357891c83e1cc3940610d1c7777ce541 /docs/rabbitmq.config.example
parent992ee0b1ae73e71cbb120157bb034769589d0a14 (diff)
parentc2518d148d2384f0ec1528a5bab261b38dc559b2 (diff)
downloadrabbitmq-server-git-f7f03e00d6759273942a39d4fbb88f30c3bde42f.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)