Skip to content

Commit 7a8285b

Browse files
Merge pull request #50513 from nextcloud/backport/50494/stable29
[stable29] fix(performance): use low resolution for blurhash
2 parents 49bbd61 + 341866b commit 7a8285b

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
@@ -44,7 +44,7 @@
4444
* @template-implements IEventListener<AMetadataEvent>
4545
*/
4646
class GenerateBlurhashMetadata implements IEventListener {
47-
private const RESIZE_BOXSIZE = 300;
47+
private const RESIZE_BOXSIZE = 30;
4848

4949
private const COMPONENTS_X = 4;
5050
private const COMPONENTS_Y = 3;

0 commit comments

Comments
 (0)