summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-12-10 12:03:22 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-12-10 12:03:22 +0000
commitadee130e6ea34f86421dd34d1ae902de6c64221a (patch)
treea8e9e45fd4d563b6ce8914f5377d1013c1455ac4 /docs/rabbitmq.config.example
parent8623d3964f6d5b3a8891e05bed88f534963a1c90 (diff)
parente5c6081fc2a6bdbecbb74c45b0e3220b0ed97fa7 (diff)
downloadrabbitmq-server-git-adee130e6ea34f86421dd34d1ae902de6c64221a.tar.gz
Merge in 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