diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-01-08 11:42:36 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-01-08 11:42:36 +0100 |
commit | 1e74c8fba976698b60a8db7b6aa76cca0db426af (patch) | |
tree | 2cf5f163547841ad617393196831cfa6bac5e1ac /config/config.sample.php | |
parent | ecf885046459253fbe4599600db241b9e36fa61a (diff) | |
download | nextcloud-server-1e74c8fba976698b60a8db7b6aa76cca0db426af.tar.gz nextcloud-server-1e74c8fba976698b60a8db7b6aa76cca0db426af.zip |
The max_scale_factor is not used anymore.
We never generate previews larger than the original. So the config
setting can be removed.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 9 |
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) |