mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Also add stall job check for studio
This commit is contained in:
parent
cdb861a26a
commit
17247f205f
4 changed files with 10 additions and 2 deletions
|
@ -455,6 +455,7 @@ remote_runners:
|
|||
stalled_jobs:
|
||||
live: '30 seconds'
|
||||
vod: '2 minutes'
|
||||
studio: '2 minutes'
|
||||
transcription: '2 minutes'
|
||||
|
||||
thumbnails:
|
||||
|
|
|
@ -453,6 +453,8 @@ remote_runners:
|
|||
stalled_jobs:
|
||||
live: '30 seconds'
|
||||
vod: '2 minutes'
|
||||
studio: '2 minutes'
|
||||
transcription: '2 minutes'
|
||||
|
||||
thumbnails:
|
||||
# When automatically generating a thumbnail from the video
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue