Comment for torrent consistency issues

pull/6527/head
Chocobozzz 2024-07-29 08:55:33 +02:00
parent 65aa1c2571
commit 4342ec8525
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ const JOB_CONCURRENCY: { [id in Exclude<JobType, 'video-transcoding' | 'video-im
'video-redundancy': 1, 'video-redundancy': 1,
'video-live-ending': 10, 'video-live-ending': 10,
'video-studio-edition': 1, 'video-studio-edition': 1,
'manage-video-torrent': 1, 'manage-video-torrent': 1, // Keep it to 1 to prevent concurrency issues
'move-to-object-storage': 1, 'move-to-object-storage': 1,
'move-to-file-system': 1, 'move-to-file-system': 1,
'video-channel-import': 1, 'video-channel-import': 1,