mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
update test
This commit is contained in:
parent
3fecea0b35
commit
328a1e409d
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ describe(SystemConfigService.name, () => {
|
|||
{
|
||||
should: 'validate av1 parallelism setting',
|
||||
config: { ffmpeg: { targetVideoCodec: VideoCodec.Av1, threads: 7 } },
|
||||
throws: '[ffmpeg] AV1 threads/parallelism must be 0 or 1–6',
|
||||
throws: '[ffmpeg] Threads: for AV1, parallelism must be 0–6',
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue