diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-03-18 13:43:45 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-03-18 13:43:45 +0000 |
| commit | 85506c113f88092ffd4f544a43123715f5d9212f (patch) | |
| tree | 8c904c4591274e0c23126a890dcbc95cb86319ba /docs/rabbitmq.config.example | |
| parent | a20c6cd9018645d65f7ee7009208feb4ebf8f9e0 (diff) | |
| parent | 7a7c1a3c0757353319c17a9567a6340185905491 (diff) | |
| download | rabbitmq-server-git-85506c113f88092ffd4f544a43123715f5d9212f.tar.gz | |
Merge bug25722
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 4d323902d7..b0e13b1b8d 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -223,15 +223,7 @@ %% See http://www.rabbitmq.com/clustering.html for details %% ---------------------------------------------------------------------------- {kernel, - [%% Provide an explicit port-range for inter-node communications. - %% See http://www.rabbitmq.com/clustering.html#firewall for further details. - - %% Sets the minimum / maximum port numbers - %% - %% {inet_dist_listen_min, 10000}, - %% {inet_dist_listen_max, 10005}, - - %% Sets the net_kernel tick time. + [%% Sets the net_kernel tick time. %% Please see http://erlang.org/doc/man/kernel_app.html and %% http://www.rabbitmq.com/nettick.html for further details. %% |
