feat(server): set exiftool process count (#16388)

exiftool concurrency control
This commit is contained in:
Mert
2025-02-27 17:24:40 +03:00
committed by GitHub
parent fb907d707d
commit 6050485ad8
4 changed files with 37 additions and 0 deletions
@@ -4,6 +4,7 @@ import { Mocked, vitest } from 'vitest';
export const newMetadataRepositoryMock = (): Mocked<RepositoryInterface<MetadataRepository>> => {
return {
setMaxConcurrency: vitest.fn(),
teardown: vitest.fn(),
readTags: vitest.fn(),
writeTags: vitest.fn(),