mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #50528 from nextcloud/backport/50494/stable31
[stable31] fix(performance): use low resolution for blurhash
This commit is contained in:
commit
e8844cacec
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ use OCP\Lock\LockedException;
|
|||
* @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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue