From 781784553889601d02553931aed8ff1fde95640b Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 4 Apr 2022 23:15:00 +0200 Subject: Add a metadata service to store file metadata Signed-off-by: Carl Schwan --- config/config.sample.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config/config.sample.php') diff --git a/config/config.sample.php b/config/config.sample.php index 4d8dcfa5660..378d88168cd 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2125,4 +2125,15 @@ $CONFIG = [ * Defaults to ``true`` */ 'profile.enabled' => true, + +/** + * Enable file metadata collection + * + * This is helpful for the mobile clients and will enable a few optimization 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, ]; -- cgit v1.2.3