summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-12-05 18:30:57 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-12-05 18:30:57 +0000
commitc1a73fed1088a84abe61b0003bc2f4e466a2c3cc (patch)
tree255b75fcc56501c547960f600534a1fa06c5f0f4 /docs/rabbitmq.config.example
parenta8a0dfe74fab4bbf0850abd771496f70336fd6ff (diff)
parent43f8b10733a55e81a43ccb2a2ff932db6e732630 (diff)
downloadrabbitmq-server-git-c1a73fed1088a84abe61b0003bc2f4e466a2c3cc.tar.gz
Merge in bug25912
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