diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-26 14:34:19 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-26 14:50:49 +1000 |
| commit | 8727285bc504f18c0b32b1ee1626b625a587622e (patch) | |
| tree | c8d1428a8cfa61f20379bd665a9a1c94b9b30bc8 /config.json | |
| parent | 7fa7a38167415301a9a01735d2eb354542c11dcb (diff) | |
Refactored thumbnail generation with configurable timeout and in-sycn with video transcoding
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.json b/config.json index 802ecb5..9edf9dc 100644 --- a/config.json +++ b/config.json @@ -11,8 +11,11 @@ "store_path": "tube.db", "upload_path": "uploads" }, + "thumbnailer": { + "timeout": 60 + }, "transcoder": { - "timeout": 120 + "timeout": 300 }, "feed": { "external_url": "", |
