diff --git a/config/config.sample.php b/config/config.sample.php index 05efcaa273..7a815657ef 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -859,15 +859,6 @@ $CONFIG = array( * Defaults to ``2048`` */ 'preview_max_y' => 2048, -/** - * If a lot of small pictures are stored on the Nextcloud instance and the - * preview system generates blurry previews, you might want to consider setting - * a maximum scale factor. By default, pictures are upscaled to 10 times the - * original size. A value of ``1`` or ``null`` disables scaling. - * - * Defaults to ``2`` - */ -'preview_max_scale_factor' => 10, /** * max file size for generating image previews with imagegd (default behavior)