Skip to content

Commit

Permalink
Merge pull request #50528 from nextcloud/backport/50494/stable31
Browse files Browse the repository at this point in the history
[stable31] fix(performance): use low resolution for blurhash
  • Loading branch information
AndyScherzinger authored Jan 29, 2025
2 parents 1d7d01d + 1b34f6a commit e8844ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @template-implements IEventListener<AMetadataEvent>
*/
class GenerateBlurhashMetadata implements IEventListener {
private const RESIZE_BOXSIZE = 300;
private const RESIZE_BOXSIZE = 30;

private const COMPONENTS_X = 4;
private const COMPONENTS_Y = 3;
Expand Down

0 comments on commit e8844ca

Please sign in to comment.