diff options
| author | Michael Klishin <michael@novemberain.com> | 2015-10-01 10:45:33 +0800 |
|---|---|---|
| committer | Michael Klishin <michael@novemberain.com> | 2015-10-01 10:45:33 +0800 |
| commit | bd7cc49bc3fb418e783206d7015c3e327ed7a8f3 (patch) | |
| tree | e3cc34f72a4d35af050f686bd2a3443a383a9e02 /docs | |
| parent | c5dc37f9bb70a2daf95e79cc5248fdc9bbe229fb (diff) | |
| parent | ce514ace295baa88270a0dbfc075f106e966e2f8 (diff) | |
| download | rabbitmq-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.example | 5 |
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". %% |
