Skip to content

Commit

Permalink
webp quality was wrong.
Browse files Browse the repository at this point in the history
Since it is a getAppValue and not a getSystemValue, the setting cannot be changed like this.
But since it is not yet clear for the rest of the settings which setting in the config is changeable and which is not, there may be another change.
nextcloud/server#38032 (comment)

Signed-off-by: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com>
  • Loading branch information
JanisPlayer committed May 10, 2023
1 parent 4125742 commit da2cb2b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -137,4 +137,4 @@ Default WebP quality setting for preview images is '80'. Change this with:

::

'webp_quality' => '30',
occ config:app:set preview webp_quality --value="30"

0 comments on commit da2cb2b

Please sign in to comment.