Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 'hazelcast.diagnostics.memberinfo.period.seconds' Property To …
…Use 'seconds' In Plural (#1512) In the current documentation, the name of the property in question is as follows: ```bash hazelcast.diagnostics.memberinfo.period.second ``` This name exists in two places: * [Configuration of the `HazelcastInstance` diagnostics plugin](https://docs.hazelcast.com/hazelcast/5.5/maintain-cluster/monitoring#hazelcastinstance) * [System properties reference](https://docs.hazelcast.com/hazelcast/5.5/system-properties#hide-nav) In Hazelcast Platform's source code, however, it's called `hazelcast.diagnostics.memberinfo.period.seconds`, see [MemberHazelcastInstanceInfoPlugin.java](https://github.com/hazelcast/hazelcast/blob/7b365b48eea173c322e895da552517e693f29134/hazelcast/src/main/java/com/hazelcast/internal/diagnostics/MemberHazelcastInstanceInfoPlugin.java#L43). This PR updates the two aforementioned occurrences, so they correspond to the name of the property in the source code. Co-authored-by: Oliver Howell <[email protected]>
- Loading branch information