mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07: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…
Reference in New Issue
Block a user