mirror of
https://github.com/immich-app/immich.git
synced 2025-01-25 17:15:28 +02:00
parent
4d417019c0
commit
311261bd4e
@ -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…
x
Reference in New Issue
Block a user