Skip to content

Commit 00083b3

Browse files
Move the label Changed to the defaults cell
1 parent 98a0ae2 commit 00083b3

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,6 @@ m|+++false+++
17381738
|===
17391739

17401740

1741-
[role=label--changed-2025.01]
17421741
[[config_dbms.cypher.infer_schema_parts]]
17431742
=== `dbms.cypher.infer_schema_parts`
17441743

@@ -1756,7 +1755,7 @@ If more than one label can be inferred for a given node, the planner keeps the m
17561755
|Valid values
17571756
a|One of [MOST_SELECTIVE_LABEL, OFF].
17581757
|Default value
1759-
m|+++MOST_SELECTIVE_LABEL+++
1758+
m|+++MOST_SELECTIVE_LABEL+++ label:changed[Changed in 2025.01]
17601759
|===
17611760

17621761
For some queries, the planner can infer predicates such as labels or types from the graph structure that can improve estimating the number of rows that each operator produces.
@@ -2015,7 +2014,7 @@ m|+++UTC+++
20152014
|===
20162015

20172016

2018-
[role=label--enterprise-edition label--changed-2025.01]
2017+
[role=label--enterprise-edition]
20192018
[[config_dbms.databases.seed_from_uri_providers]]
20202019
=== `dbms.databases.seed_from_uri_providers`
20212020

@@ -2030,7 +2029,7 @@ The following values are available: `CloudSeedProvider`, `FileSeedProvider`, `S3
20302029

20312030
* `CloudSeedProvider` supports seeds addressed with `s3`, `azb`, `gs`.
20322031
* `FileSeedProvider` supports seeds addressed with `file`.
2033-
* `S3SeedProvider` supports seeds addressed with `s3`, but is deprecated and only usable from Cypher 5.
2032+
* `S3SeedProvider` supports seeds addressed with `s3` but is deprecated and only usable in Cypher 5.
20342033
* `URLConnectionSeedProvider` supports seeds addressed with `ftp`,`http`, and `https`.
20352034

20362035

@@ -2041,7 +2040,7 @@ See xref:/clustering/databases.adoc#cluster-seed-uri[Seed from URI] for more inf
20412040
|Valid values
20422041
a|A comma-separated list where each element is a string.
20432042
|Default value
2044-
m|+++CloudSeedProvider+++
2043+
m|+++CloudSeedProvider+++ label:changed[Changed in 2025.01]
20452044
|===
20462045

20472046

@@ -2258,7 +2257,7 @@ Neo4j has two different configuration files for logging, one for the _neo4j.log_
22582257
For more information, see xref:/monitoring/logging.adoc[Logging].
22592258

22602259

2261-
[role=label--dynamic label--changed-2025.01]
2260+
[role=label--dynamic]
22622261
[[config_db.logs.query.annotation_data_format]]
22632262
=== `db.logs.query.annotation_data_format`
22642263

@@ -2276,7 +2275,7 @@ This only have effect when the query log is in JSON format.
22762275
|Valid values
22772276
a|One of [CYPHER, JSON, FLAT_JSON].
22782277
|Default value
2279-
m|+++JSON+++
2278+
m|+++JSON+++ label:changed[Changed in 2025.01]
22802279
|===
22812280

22822281

@@ -2914,7 +2913,7 @@ m|+++30s+++
29142913
|===
29152914

29162915

2917-
[role=label--enterprise-edition label--changed-2025.01]
2916+
[role=label--enterprise-edition]
29182917
[[config_server.metrics.csv.rotation.compression]]
29192918
=== `server.metrics.csv.rotation.compression`
29202919

@@ -2926,7 +2925,7 @@ a|Decides what compression to use for the csv history files.
29262925
|Valid values
29272926
a|One of [NONE, ZIP, GZ].
29282927
|Default value
2929-
m|+++ZIP+++
2928+
m|+++ZIP+++ label:changed[Changed in 2025.01]
29302929
|===
29312930

29322931

@@ -4786,7 +4785,7 @@ m|
47864785
|===
47874786

47884787

4789-
[role=label--enterprise-edition label--changed-2025.01]
4788+
[role=label--enterprise-edition]
47904789
[[config_server.panic.shutdown_on_panic]]
47914790
=== `server.panic.shutdown_on_panic`
47924791

@@ -4798,7 +4797,7 @@ a|Controls whether the Neo4j process will shut down, if there is a server panic
47984797
|Valid values
47994798
a|A boolean.
48004799
|Default value
4801-
m|true
4800+
m|true label:changed[Changed in 2025.01]
48024801
|===
48034802

48044803

0 commit comments

Comments
 (0)