diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-03-12 13:38:57 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-03-12 13:38:57 +0000 |
| commit | 0502a0ba05691bcaef29633d7727f53d8c171e7d (patch) | |
| tree | e00b6405b48e4dcf4ae17a8dd441c458fdd60709 /docs | |
| parent | 1a71f9e96b9ab25b8d539e0192062fb7fec487df (diff) | |
| download | rabbitmq-server-git-0502a0ba05691bcaef29633d7727f53d8c171e7d.tar.gz | |
Don't suggest using the kernel params here.
Diffstat (limited to 'docs')
| -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. %% |
