From 3eba7ab8154027621989cdd4814bc749d79bf0c9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 24 May 2022 14:55:07 +0200 Subject: Add ability to set a custom video import timeout --- config/default.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/default.yaml') diff --git a/config/default.yaml b/config/default.yaml index 689f81343..c3e42350b 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -470,6 +470,9 @@ import: # Amount of import jobs to execute in parallel concurrency: 1 + # Set a custom video import timeout to not block import queue + timeout: '2 hours' + # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html http: # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server -- cgit v1.2.3