Improved documentation for ping_timeout parameter

Closes #26
This commit is contained in:
Alexander Reelsen 2013-05-21 13:37:46 +02:00
parent 8d7bcc0d93
commit 36daeba9f3
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ The following are a list of settings (prefixed with `discovery.ec2`) that can fu
* `host_type`: The type of host type to use to communicate with other instances. Can be one of `private_ip`, `public_ip`, `private_dns`, `public_dns`. Defaults to `private_ip`.
* `availability_zones`: Either a comma separated list or array based list of availability zones. Only instances within the provided availability zones will be used in the cluster discovery.
* `any_group`: If set to `false`, will require all security groups to be present for the instance to be used for the discovery. Defaults to `true`.
* `ping_timeout`: How long to wait for existing EC2 nodes to reply during discovery. Defaults to 3s.
* `ping_timeout`: How long to wait for existing EC2 nodes to reply during discovery. Defaults to `3s`. If no unit like `ms`, `s` or `m` is specified, milliseconds are used.
### Filtering by Tags