Skip to content

Commit

Permalink
lower quality on WebP previews
Browse files Browse the repository at this point in the history
faster loading

Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 authored Oct 22, 2024
1 parent 06d98c3 commit efef06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/imaginary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ nextcloud_occ config:system:set preview_max_x --value="2048"
nextcloud_occ config:system:set preview_max_y --value="2048"
nextcloud_occ config:system:set preview_max_memory --value="256"
nextcloud_occ config:system:set preview_format --value="webp"
nextcloud_occ config:app:set preview webp_quality --value="80"
nextcloud_occ config:app:set preview webp_quality --value="65"

if docker logs imaginary
then
Expand Down

0 comments on commit efef06a

Please sign in to comment.