chore: lint

pull/24094/head
Alex Tran 2025-12-11 02:03:47 +07:00
parent 53d160d0c5
commit 831f8a7ada
1 changed files with 1 additions and 1 deletions

@ -89,7 +89,7 @@ export class MetadataRepository {
// Enable exiftool LFS to parse metadata for files larger than 2GB.
readArgs: ['-api', 'largefilesupport=1'],
writeArgs: ['-api', 'largefilesupport=1', '-overwrite_original'],
taskTimeoutMillis: 120000,
taskTimeoutMillis: 2 * 60 * 1000,
});
constructor(private logger: LoggingRepository) {