mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Keep increasing storyboard generation ttl
This commit is contained in:
@@ -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 * 60 * 30, // 30 minutes
|
||||
'generate-video-storyboard': 1000 * 3600 * 3, // 3 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
|
||||
|
||||
Reference in New Issue
Block a user