catalog-backend: update description of disableRelationsCompatibility post testing
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Vendored
+3
-3
@@ -142,9 +142,9 @@ export interface Config {
|
||||
* Disables the compatibility layer for relations in returned entities that
|
||||
* ensures that all relations objects have both `target` and `targetRef`.
|
||||
*
|
||||
* Enabling this option can very significantly improve the performance of
|
||||
* the catalog, but may break consumers that rely on the existence of
|
||||
* `target` in the relations objects.
|
||||
* Enabling this option significantly reduces the memory usage of the
|
||||
* catalog, and slightly increases performance, but may break consumers that
|
||||
* rely on the existence of `target` in the relations objects.
|
||||
*/
|
||||
disableRelationsCompatibility?: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user