Skip to content

Commit

Permalink
Update API reference doc
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHelm committed Mar 27, 2024
1 parent 8cfce95 commit d781e5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/modules/ROOT/pages/api-ref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ CPSubsystem contains the configuration of a component of a Hazelcast that builds
[cols="4,8,4,2,4"options="header"]
|===
| Field | Description | Type | Required | Default
m| memberCount | MemberCount is the number of CP members to initialize the CP Subsystem. m| int32 | true | -
m| groupSize | GroupSize is the number of CP members to participate in each CP group. Allowed values are 3, 5, and 7. m| *int32 | false | -
m| sessionTTLSeconds | SessionTTLSeconds is the duration for a CP session to be kept alive after the last received heartbeat. Must be greater than or equal to SessionTTLSeconds. m| *int32 | false | -
m| sessionHeartbeatIntervalSeconds | SessionHeartbeatIntervalSeconds Interval in seconds for the periodically committed CP session heartbeats. Must be greater than or equal to SessionTTLSeconds. m| *int32 | false | -
Expand Down

0 comments on commit d781e5c

Please sign in to comment.