diff options
author | Julius Knorr <jus@bitgrid.net> | 2025-05-20 11:33:53 +0200 |
---|---|---|
committer | Julius Knorr <jus@bitgrid.net> | 2025-05-20 11:56:26 +0200 |
commit | 24f3b15accd76cfdbbc6373583e741a96a7b4795 (patch) | |
tree | 91545044ba4c11a87833d067232c6d68ad72a223 | |
parent | 565d524cd4b95e24469f9d0c105cd72dddbdd757 (diff) | |
download | nextcloud-server-perf/realpath-custom-prop.tar.gz nextcloud-server-perf/realpath-custom-prop.zip |
perf: Skip photos app related property in custom propertiesperf/realpath-custom-prop
Signed-off-by: Julius Knorr <jus@bitgrid.net>
-rw-r--r-- | apps/dav/lib/DAV/CustomPropertiesBackend.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/dav/lib/DAV/CustomPropertiesBackend.php b/apps/dav/lib/DAV/CustomPropertiesBackend.php index c41ecd8450e..4dd8a91a51b 100644 --- a/apps/dav/lib/DAV/CustomPropertiesBackend.php +++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php @@ -92,6 +92,11 @@ class CustomPropertiesBackend implements BackendInterface { '{http://nextcloud.org/ns}lock-time', '{http://nextcloud.org/ns}lock-timeout', '{http://nextcloud.org/ns}lock-token', + // photos + '{http://nextcloud.org/ns}realpath', + '{http://nextcloud.org/ns}nbItems', + '{http://nextcloud.org/ns}face-detections', + '{http://nextcloud.org/ns}face-preview-image', ]; /** |