Skip to content

Commit bf9cdca

Browse files
committed
fix blurhash performance
1 parent 7bc0d49 commit bf9cdca

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)