diff options
| author | Michael Klishin <michael@rabbitmq.com> | 2013-11-28 01:29:27 +0400 |
|---|---|---|
| committer | Michael Klishin <michael@rabbitmq.com> | 2013-11-28 01:29:27 +0400 |
| commit | 5edf4f18814da9f3a181fad22df6a1216165513a (patch) | |
| tree | 40dba9219343afeace85284bdf8920422dead93b | |
| parent | 320126490654e585255f0e4442f280cb89b232d6 (diff) | |
| download | rabbitmq-server-git-5edf4f18814da9f3a181fad22df6a1216165513a.tar.gz | |
Update 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 |
