mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Regenerate storyboard after studio
This commit is contained in:
parent
4826cb2c69
commit
ba56aadb63
2 changed files with 26 additions and 7 deletions
|
@ -236,7 +236,7 @@ const JOB_TTL: { [id in JobType]: number } = {
|
|||
'activitypub-refresher': 60000 * 10, // 10 minutes
|
||||
'video-redundancy': 1000 * 3600 * 3, // 3 hours
|
||||
'video-live-ending': 1000 * 60 * 10, // 10 minutes
|
||||
'generate-video-storyboard': 1000 * 3600 * 3, // 3 hours
|
||||
'generate-video-storyboard': 1000 * 3600 * 6, // 6 hours
|
||||
'manage-video-torrent': 1000 * 3600 * 3, // 3 hours
|
||||
'move-to-object-storage': 1000 * 60 * 60 * 3, // 3 hours
|
||||
'move-to-file-system': 1000 * 60 * 60 * 3, // 3 hours
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue