Skip to content

Commit

Permalink
Merge pull request #50513 from nextcloud/backport/50494/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(performance): use low resolution for blurhash
  • Loading branch information
AndyScherzinger authored Jan 29, 2025
2 parents 49bbd61 + 341866b commit 7a8285b
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 @@ -44,7 +44,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 7a8285b

Please sign in to comment.