Skip to content

Commit

Permalink
Fix link formatting. (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro authored Apr 30, 2024
1 parent d2a3973 commit b4ef491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/system-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ When enabled, the shutdown action is determined according to the value of <<haze
It has two values: TERMINATE and GRACEFUL. The former one terminates the Hazelcast instance immediately.
The latter, GRACEFUL, initiates the graceful shutdown which can significantly slow down the JVM exit process, but it tries to retain data safety.

NOTE: Always shutdown Hazelcast explicitly using the `HazelcastInstance.shutdown()` method. For further information, see xref:maintain-cluster:shutdown.adoc#graceful-shutdown. It's not recommended to rely on the shutdown hook, this is a last-effort measure.
NOTE: Always shutdown Hazelcast explicitly using the `HazelcastInstance.shutdown()` method; see xref:maintain-cluster:shutdown.adoc#graceful-shutdown[Graceful Shutdown]. It's not recommended to rely on the shutdown hook, this is a last-effort measure.

|`hazelcast.slow.operation.detector.enabled`
|true
Expand Down

0 comments on commit b4ef491

Please sign in to comment.