diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-02-19 11:33:15 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-02-19 11:33:15 +0000 |
| commit | f7f03e00d6759273942a39d4fbb88f30c3bde42f (patch) | |
| tree | 9a197a3b357891c83e1cc3940610d1c7777ce541 /docs/rabbitmq.config.example | |
| parent | 992ee0b1ae73e71cbb120157bb034769589d0a14 (diff) | |
| parent | c2518d148d2384f0ec1528a5bab261b38dc559b2 (diff) | |
| download | rabbitmq-server-git-f7f03e00d6759273942a39d4fbb88f30c3bde42f.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) |
