diff options
| author | ash <ash@lshift.net> | 2015-09-25 12:52:51 +0100 |
|---|---|---|
| committer | ash <ash@lshift.net> | 2015-09-25 12:53:11 +0100 |
| commit | ce514ace295baa88270a0dbfc075f106e966e2f8 (patch) | |
| tree | a3dbae819c35ded08ca134a1af9814a39ead7669 /docs | |
| parent | e35e05833ad9a36f7461e94f59666b16083cc984 (diff) | |
| download | rabbitmq-server-git-ce514ace295baa88270a0dbfc075f106e966e2f8.tar.gz | |
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". %% |
