diff options
author | tobiasKaminsky <tobias@kaminsky.me> | 2021-07-21 09:14:20 +0200 |
---|---|---|
committer | tobiasKaminsky <tobias@kaminsky.me> | 2021-07-21 09:14:20 +0200 |
commit | f62ec2b47c233e8da495d61b656047ecd7645764 (patch) | |
tree | df662b697293d72dd698cbec443d473748bf88c4 /config | |
parent | 72e620186973454459e8de2972ecde92c9e62756 (diff) | |
download | nextcloud-server-f62ec2b47c233e8da495d61b656047ecd7645764.tar.gz nextcloud-server-f62ec2b47c233e8da495d61b656047ecd7645764.zip |
Disable HEIC image preview provider for performance concerns
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 29fe3629806..ffe53238e92 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1058,6 +1058,7 @@ $CONFIG = [ * concerns: * * - OC\Preview\Illustrator + * - OC\Preview\HEIC * - OC\Preview\Movie * - OC\Preview\MSOffice2003 * - OC\Preview\MSOffice2007 @@ -1075,7 +1076,6 @@ $CONFIG = [ * * - OC\Preview\BMP * - OC\Preview\GIF - * - OC\Preview\HEIC * - OC\Preview\JPEG * - OC\Preview\MarkDown * - OC\Preview\MP3 @@ -1089,7 +1089,6 @@ $CONFIG = [ 'OC\Preview\PNG', 'OC\Preview\JPEG', 'OC\Preview\GIF', - 'OC\Preview\HEIC', 'OC\Preview\BMP', 'OC\Preview\XBitmap', 'OC\Preview\MP3', |