Removed port range option from discovery.zen.ping.unicast.hosts example.

This commit is contained in:
Boaz Leskes 2013-09-05 12:37:33 +02:00
parent 9e6d30a14a
commit 1262ba4912
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@
# 2. Configure an initial list of master nodes in the cluster
# to perform discovery when new nodes (master or data) are started:
#
# discovery.zen.ping.unicast.hosts: ["host1", "host2:port", "host3[portX-portY]"]
# discovery.zen.ping.unicast.hosts: ["host1", "host2:port"]
# EC2 discovery allows to use AWS EC2 API in order to perform discovery.
#