mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 05:20:46 -05:00
Merge pull request #53770 from nextcloud/backport/52976/stable30
[stable30] perf: Skip photos related properties in custom properties
This commit is contained in:
commit
213ff32227
1 changed files with 5 additions and 0 deletions
|
|
@ -93,6 +93,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