Skip to content

Commit 416778c

Browse files
committed
Merge #276 [NC 29]fix blurhash performance
2 parents 34c5625 + bf9cdca commit 416778c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php

+1-1
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)