Skip to content

Commit c45f302

Browse files
committed
docs: document new setting
1 parent d0c0ef8 commit c45f302

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/ROOT/pages/source/configuration.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,8 @@ Default: `1s`
146146
| neo4j.query.timeout
147147
| Maximum amount of time query is allowed to run (valid units are: `ms`, `s`, `m`, `h` and `d`; default unit is `s`).
148148

149+
| neo4j.query.force-maps-as-struct
150+
| In `COMPACT` mode, this forces the schema encoding of map values to be structs (default: `true`). Setting the value to `false` will only affect the schema encoding of maps with homogeneous value types. Note that the Protobuf converter does not support map message types.
151+
149152
Default: `0s`
150-
|===
153+
|===

0 commit comments

Comments
 (0)