summaryrefslogtreecommitdiff
path: root/changelog.d/ffmpeg-limiter.add
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-03-08 10:32:15 -0500
committerMark Felder <feld@feld.me>2024-03-19 12:14:03 -0400
commit741f22bfe0129cdec07adb954856f3018db79c97 (patch)
tree340e5eb3e514284d5f1a1defe3daecee1481d716 /changelog.d/ffmpeg-limiter.add
parentf775a1931b4f5625ad61fce8fabeb089375a80ac (diff)
downloadpleroma-741f22bfe0129cdec07adb954856f3018db79c97.tar.gz
pleroma-741f22bfe0129cdec07adb954856f3018db79c97.zip
MediaHelper: cache failed URLs for 15 minutes to prevent excessive retries
Diffstat (limited to 'changelog.d/ffmpeg-limiter.add')
-rw-r--r--changelog.d/ffmpeg-limiter.add1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/ffmpeg-limiter.add b/changelog.d/ffmpeg-limiter.add
new file mode 100644
index 000000000..e4a5ef196
--- /dev/null
+++ b/changelog.d/ffmpeg-limiter.add
@@ -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.