Merge branch 'ffmpeg-limiter' into 'develop'

Prevent Media Helper from respawning ffmpeg for bad media

See merge request pleroma/pleroma!4086
This commit is contained in:
Haelwenn 2024-04-17 05:47:54 +00:00
commit 71a0373232
3 changed files with 33 additions and 18 deletions

View file

@ -0,0 +1 @@
Framegrabs with ffmpeg will execute with a 5 second timeout and cache the URLs of failures with a TTL of 15 minutes to prevent excessive retries.