Skip to content

Commit b97889b

Browse files
Apply suggestions from code review
1 parent 4999f6b commit b97889b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ m|+++false+++
791791
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
792792
|===
793793
|Description
794-
a|The initial default number of primary servers for the standard databases. Initialized at the first DBMS startup. If the user does not specify the number of primaries in `CREATE DATABASE`, this value will be used unless overwritten by the `dbms.setDefaultAllocationNumbers` procedure.
794+
a|The initial default number of primaries for the standard databases. Initialized at the first DBMS startup. If the user does not specify the number of primaries in `CREATE DATABASE`, this value will be used unless overwritten by the `dbms.setDefaultAllocationNumbers` procedure.
795795
|Valid values
796796
a|An integer that is minimum `1` and is maximum `11`.
797797
|Default value
@@ -807,7 +807,7 @@ m|+++1+++
807807
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
808808
|===
809809
|Description
810-
a|The initial default number of secondary servers for standard databases. Initialized at the first DBMS startup. If the user does not specify the number of secondaries in `CREATE DATABASE`, this value will be used unless overwritten by the `dbms.setDefaultAllocationNumbers` procedure.
810+
a|The initial default number of secondaries for the standard databases. Initialized at the first DBMS startup. If the user does not specify the number of secondaries in `CREATE DATABASE`, this value will be used unless overwritten by the `dbms.setDefaultAllocationNumbers` procedure.
811811
|Valid values
812812
a|An integer that is minimum `0` and is maximum `20`.
813813
|Default value

0 commit comments

Comments
 (0)