redundant comment

Increased task timeout for processing large videos.
pull/24094/head
Mert 2025-12-10 18:24:56 +07:00 committed by GitHub
parent dfbc24923d
commit 53d160d0c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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, // ADD THIS: Increase from 20s to 120s for large videos
taskTimeoutMillis: 120000,
});
constructor(private logger: LoggingRepository) {