Skip to content

Commit 5f78577

Browse files
Apply suggestions from code review
1 parent cf9f925 commit 5f78577

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ m|+++20m+++
775775
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
776776
|===
777777
|Description
778-
a|Automatically enables all `Free` servers when the DBMS starts for the first time.
778+
a|Automatically enables servers that are in the `FREE` state - not only during the initial DBMS startup but also whenever a new server joins the cluster.
779779
|Valid values
780780
a|A boolean.
781781
|Default value
@@ -855,7 +855,9 @@ m|++++++
855855
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
856856
|===
857857
|Description
858-
a|Specifies whether the server can host databases as primaries, secondaries, or either. Initialized at the first DBMS startup and/or when a newly added server is enabled. The setting is used as the default input for the `ENABLE SERVER` command; can be overriden when the command is executed.
858+
a|Determines whether the server is configured to host primary databases only, secondary databases only, or both.
859+
Initialized at the first DBMS startup and/or when a newly added server is enabled.
860+
The setting is used as the default input for the `ENABLE SERVER` command; can be overriden when the command is executed.
859861
|Valid values
860862
a|One of [PRIMARY, SECONDARY, NONE].
861863
|Default value

0 commit comments

Comments
 (0)