catalog-backend: update description of disableRelationsCompatibility post testing

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-12-13 13:30:07 +01:00
parent a86d259430
commit 5dcb0f3b7d
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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;