From 8727285bc504f18c0b32b1ee1626b625a587622e Mon Sep 17 00:00:00 2001 From: James Mills Date: Thu, 26 Mar 2020 14:34:19 +1000 Subject: Refactored thumbnail generation with configurable timeout and in-sycn with video transcoding --- config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.json') 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": "", -- cgit v1.2.3