From 741f22bfe0129cdec07adb954856f3018db79c97 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 8 Mar 2024 10:32:15 -0500 Subject: MediaHelper: cache failed URLs for 15 minutes to prevent excessive retries --- changelog.d/ffmpeg-limiter.add | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/ffmpeg-limiter.add (limited to 'changelog.d/ffmpeg-limiter.add') 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. -- cgit v1.2.3