mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 02:46:47 +01:00
parent
4d417019c0
commit
311261bd4e
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import { promisify } from 'util';
|
||||||
|
|
||||||
const probe = promisify<string, FfprobeData>(ffmpeg.ffprobe);
|
const probe = promisify<string, FfprobeData>(ffmpeg.ffprobe);
|
||||||
sharp.concurrency(0);
|
sharp.concurrency(0);
|
||||||
|
sharp.cache({ files: 0 });
|
||||||
|
|
||||||
export class MediaRepository implements IMediaRepository {
|
export class MediaRepository implements IMediaRepository {
|
||||||
private logger = new ImmichLogger(MediaRepository.name);
|
private logger = new ImmichLogger(MediaRepository.name);
|
||||||
|
|
Loading…
Reference in a new issue