diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-31 19:04:21 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-31 19:19:58 +1000 |
| commit | cd574192bf9438691ad07c09cb157de74cada5e1 (patch) | |
| tree | 31414fbf4431930b936ab3c1c2cf1bffeac2a875 /config.json | |
| parent | 7c919b5f9b85a9f1f708884565f12b83ad4038e0 (diff) | |
Allow transcoding to smaller sizes a configurable and optional feature
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": "", |
