diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2014-01-08 17:53:57 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2014-01-08 17:53:57 +0000 |
| commit | 042b68a966e22ece0cf117b61488916864079bd2 (patch) | |
| tree | 619c861e8ec5691150e253ea9a624a6cf81f7dc0 /docs/rabbitmq.config.example | |
| parent | f4006a6963c08ec6568f9443e50e6656e3a4cf7b (diff) | |
| parent | 3d84724655ef0ca56ba07cf5ef9dbcd296ca04e1 (diff) | |
| download | rabbitmq-server-git-042b68a966e22ece0cf117b61488916864079bd2.tar.gz | |
merge stable into default
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 91402649e1..c0d6cc7067 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 |
