-
When using autocue (cue_file) in 2.3.x an trying to process very long tracks (>1h) I'm getting
How I can change this timeout? Pretty sure we can extend the request resolution timeout. P.S. it is a "playlist" operator. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I've created a PR adding a new I have to say, though, that request resolution should be fast by default. If your request resolution is too long, this will cause all sort of complications. If the resolution duration is because of some processing such as |
Beta Was this translation helpful? Give feedback.
I've created a PR adding a new
settings.request.timeout
global configuration setting for that: #4196I have to say, though, that request resolution should be fast by default. If your request resolution is too long, this will cause all sort of complications.
If the resolution duration is because of some processing such as
autocue
, I would strongly recommend pre-processing your files.