Increase generate-video-storyboard job ttl
See https://github.com/Chocobozzz/PeerTube/issues/6029
This commit is contained in:
parent
92fb7a2b62
commit
1682b0bab0
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,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 * 60 * 10, // 10 minutes
|
||||
'generate-video-storyboard': 1000 * 60 * 30, // 30 minutes
|
||||
'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…
Reference in a new issue