diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2024-01-08 12:43:27 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2024-03-11 10:20:32 -0100 |
commit | 1d00d6c6332454fcae94284f78d490e94c5dc94a (patch) | |
tree | 215edb96c22faea1a3521a0641c9373673d3d9bf /config | |
parent | 9b6424e5cacc5cdeccf24c4a65a1140916c55a01 (diff) | |
download | nextcloud-server-1d00d6c6332454fcae94284f78d490e94c5dc94a.tar.gz nextcloud-server-1d00d6c6332454fcae94284f78d490e94c5dc94a.zip |
fix(config): deprecated enable_file_metadata
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index c21291cd3da..364e573974a 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2368,17 +2368,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 * ``OCP\Accounts\IAccountManager``. Values added here are merged with |