Skip to content

Commit 213ff32

Browse files
Merge pull request #53770 from nextcloud/backport/52976/stable30
[stable30] perf: Skip photos related properties in custom properties
2 parents 2ae6393 + 73f394a commit 213ff32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/dav/lib/DAV/CustomPropertiesBackend.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ class CustomPropertiesBackend implements BackendInterface {
9393
'{http://nextcloud.org/ns}lock-time',
9494
'{http://nextcloud.org/ns}lock-timeout',
9595
'{http://nextcloud.org/ns}lock-token',
96+
// photos
97+
'{http://nextcloud.org/ns}realpath',
98+
'{http://nextcloud.org/ns}nbItems',
99+
'{http://nextcloud.org/ns}face-detections',
100+
'{http://nextcloud.org/ns}face-preview-image',
96101
];
97102

98103
/**

0 commit comments

Comments
 (0)