mirror of
https://github.com/nextcloud/server.git
synced 2026-04-02 23:55:54 -04:00
Merge pull request #53769 from nextcloud/backport/52976/stable31
[stable31] perf: Skip photos related properties in custom properties
This commit is contained in:
commit
512d423fb9
1 changed files with 5 additions and 0 deletions
|
|
@ -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',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue