diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-22 21:41:26 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-22 21:41:26 +1000 |
| commit | 9827c70714ab6c510433b8c09058444cf1c34bf4 (patch) | |
| tree | 7c0a2db2a6fc6f7ecc0daecc56b339a5a9f1919e /config.json | |
| parent | 4511029dde8ee997be49c1f6d2f736a1aa2fd97a (diff) | |
Refactored upload handler
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.json b/config.json index bdf24f5..dfcbf95 100644 --- a/config.json +++ b/config.json @@ -10,6 +10,9 @@ "port": 8000, "upload_path": "uploads" }, + "transcoder": { + "timeout": 120 + }, "feed": { "external_url": "", "title": "Feed Title", |
