summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-02-11 10:31:51 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-02-11 10:31:51 +0000
commitd49c2fa1bc55c4ba49b998704eba1e3805382a41 (patch)
treee6b87d141cd426429ade726a87dbb555b703a3e3 /docs/rabbitmq.config.example
parent7c2cebd2dc3e41e74c887ead75577391e493aad8 (diff)
parente41320ca057affaf76f09bd5c39ed87f40b966b8 (diff)
downloadrabbitmq-server-git-d49c2fa1bc55c4ba49b998704eba1e3805382a41.tar.gz
stable to default
Diffstat (limited to 'docs/rabbitmq.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 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