diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2014-01-01 19:42:35 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2014-01-01 19:42:35 +0000 |
| commit | e4d615a414a4816cf33aff1e97720052f3eb866f (patch) | |
| tree | 83c1f048180a17414c98731d96ddad9706506c96 /docs/rabbitmq.config.example | |
| parent | 8e2b7f2c2e90fdd294b0863501b1c4eedfe58946 (diff) | |
| parent | a8c96b3ba35314387e543a8de6d9f53d38b63d09 (diff) | |
| download | rabbitmq-server-git-e4d615a414a4816cf33aff1e97720052f3eb866f.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 |
