mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00: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);
|
||||
sharp.concurrency(0);
|
||||
sharp.cache({ files: 0 });
|
||||
|
||||
export class MediaRepository implements IMediaRepository {
|
||||
private logger = new ImmichLogger(MediaRepository.name);
|
||||
|
|
Loading…
Reference in a new issue