summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@rabbitmq.com>2013-11-28 01:29:27 +0400
committerMichael Klishin <michael@rabbitmq.com>2013-11-28 01:29:27 +0400
commit81d1b61309ae604acf8876ebf213c08890f92c09 (patch)
tree40dba9219343afeace85284bdf8920422dead93b
parent5bd86f63364722fedeffddf68d14b376554898ec (diff)
downloadrabbitmq-server-81d1b61309ae604acf8876ebf213c08890f92c09.tar.gz
Update config example
-rw-r--r--docs/rabbitmq.config.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 91402649..c0d6cc70 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