diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-02-10 16:07:42 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-02-10 16:07:42 +0000 |
| commit | 5339f0a0afbe4fe1fae656ecf6222c52330a6147 (patch) | |
| tree | bead758eef0c5ae759cbe1ed7938c6ce99ae9627 /docs/rabbitmq.config.example | |
| parent | bc54e90db2f5e61624e3ec7e99bd5720f97cd253 (diff) | |
| parent | 8eb42f47a10f084fbc3d9e36b8b562d7f3c590b5 (diff) | |
| download | rabbitmq-server-git-5339f0a0afbe4fe1fae656ecf6222c52330a6147.tar.gz | |
stable to default (noop)
Diffstat (limited to 'docs/rabbitmq.config.example')
| -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 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 |
