From cd574192bf9438691ad07c09cb157de74cada5e1 Mon Sep 17 00:00:00 2001 From: James Mills Date: Tue, 31 Mar 2020 19:04:21 +1000 Subject: Allow transcoding to smaller sizes a configurable and optional feature --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.json') diff --git a/config.json b/config.json index 76d608d..0d0a19f 100644 --- a/config.json +++ b/config.json @@ -16,7 +16,8 @@ "timeout": 60 }, "transcoder": { - "timeout": 300 + "timeout": 300, + "sizes": null }, "feed": { "external_url": "", -- cgit v1.2.3