mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
Merge pull request #42628 from nextcloud/fix/42627/deprecated-file-metadata-enabled
deprecated sysconfig 'enable_file_metadata'
This commit is contained in:
commit
2e30295fd7
1 changed files with 0 additions and 11 deletions
|
|
@ -2367,17 +2367,6 @@ $CONFIG = [
|
|||
*/
|
||||
'profile.enabled' => true,
|
||||
|
||||
/**
|
||||
* Enable file metadata collection
|
||||
*
|
||||
* This is helpful for the mobile clients and will enable few optimizations in
|
||||
* the future for the preview generation.
|
||||
*
|
||||
* Note that when enabled, this data will be stored in the database and might increase
|
||||
* the database storage.
|
||||
*/
|
||||
'enable_file_metadata' => true,
|
||||
|
||||
/**
|
||||
* Allows to override the default scopes for Account data.
|
||||
* The list of overridable properties and valid values for scopes are in
|
||||
|
|
|
|||
Loading…
Reference in a new issue