Skip to content

Commit 0741f6f

Browse files
Merge pull request #50494 from nextcloud/fix/low-res-for-blurhash
fix(performance): use low resolution for blurhash
2 parents baa40e6 + faaed68 commit 0741f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @template-implements IEventListener<AMetadataEvent>
2828
*/
2929
class GenerateBlurhashMetadata implements IEventListener {
30-
private const RESIZE_BOXSIZE = 300;
30+
private const RESIZE_BOXSIZE = 30;
3131

3232
private const COMPONENTS_X = 4;
3333
private const COMPONENTS_Y = 3;

0 commit comments

Comments
 (0)