diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-02-26 16:40:43 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-02-26 16:40:43 +0000 |
| commit | f568aafc19c3e7fc5e7226c25e7a91df7eeef33d (patch) | |
| tree | 785c8ddf2a2a56fb028c790ec845d5b4fac831c4 /docs/rabbitmq.config.example | |
| parent | b1b04a6bc2c9848810db538c26665206506a9e8c (diff) | |
| parent | 403bbedce9f9c32663cd8ff45de3df9055d8998e (diff) | |
| download | rabbitmq-server-git-f568aafc19c3e7fc5e7226c25e7a91df7eeef33d.tar.gz | |
stable to default
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 9 |
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) |
