Skip to content

Commit

Permalink
Fix WAN static discovery properties description (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHazelcast authored Mar 11, 2024
1 parent 08c8083 commit f2ac679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/wan/pages/tuning.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ hazelcast:
Health checks attempt connections, and each connection attempt can take up to ten seconds to timeout.
For this reason, ensure that tasks are sufficiently spaced to reduce the system resource usage. Default is `10000`.
<2> Defines the maximum duration to wait when checking connection health, in milliseconds. Default is `3000`.
<3> When an unhealthy connection is not found during target discovery, it is
<3> When an unhealthy connection is found during target discovery, it is
marked as a failed probe attempt. This property defines the maximum number of times a connection probe can be marked as failed in a row,
after which it is removed from subsequent health checks. Set to `-1` if you do not want to remove these connections from health checks. Default is `10`.
<4> Defines whether all connections are treated as potentially unhealthy
Expand Down

0 comments on commit f2ac679

Please sign in to comment.