summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-01-08 14:10:46 +0100
committerGitHub <noreply@github.com>2018-01-08 14:10:46 +0100
commitdb7bde6ae6739ff0582ddc4f89f25dd515d2e5c3 (patch)
treed6a88e0ffd6a55e194f9e2afc867fdce4e56d92c
parenta30dfc5b50440a1fc6f579d92b4d9579945802d8 (diff)
parent1e74c8fba976698b60a8db7b6aa76cca0db426af (diff)
downloadnextcloud-server-db7bde6ae6739ff0582ddc4f89f25dd515d2e5c3.tar.gz
nextcloud-server-db7bde6ae6739ff0582ddc4f89f25dd515d2e5c3.zip
Merge pull request #7733 from nextcloud/no_max_sf
The max_scale_factor is not used anymore.
-rw-r--r--config/config.sample.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 05efcaa2738..7a815657ef4 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)