summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2015-10-01 10:45:33 +0800
committerMichael Klishin <michael@novemberain.com>2015-10-01 10:45:33 +0800
commitbd7cc49bc3fb418e783206d7015c3e327ed7a8f3 (patch)
treee3cc34f72a4d35af050f686bd2a3443a383a9e02 /docs
parentc5dc37f9bb70a2daf95e79cc5248fdc9bbe229fb (diff)
parentce514ace295baa88270a0dbfc075f106e966e2f8 (diff)
downloadrabbitmq-server-git-bd7cc49bc3fb418e783206d7015c3e327ed7a8f3.tar.gz
Merge pull request #329 from lshift/initial_frame_max
allow initial frame_max to be configured
Diffstat (limited to 'docs')
-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 dc0fd5d4a5..3047f8f70e 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -161,6 +161,11 @@
%%
%% {frame_max, 131072},
+ %% Set the max frame size the server will accept before connection
+ %% tuning occurs
+ %%
+ %% {initial_frame_max, 4096},
+
%% Set the max permissible number of channels per connection.
%% 0 means "no limit".
%%