From 30ea8d23a833cf17787abee8e27340c9ff2179e5 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 18 Mar 2019 22:58:56 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configuration.md b/Configuration.md index 00f7ad8..fa7dc6c 100644 --- a/Configuration.md +++ b/Configuration.md @@ -60,6 +60,8 @@ Maximum allowed download time per archive method for each link in seconds. If y **Possible Values:** [`3600`]/`120`/... Maximum allowed download time for fetching media when `FETCH_MEDIA=True` in seconds. This timeout is separate and usually much longer than `TIMEOUT` because media downloaded with `youtube-dl` can often be quite large and take many minutes/hours to download. Tweak this setting based on your network speed and maximum media file size you plan on downloading. +*Note: Do not set this to anything less than `15` seconds as it will cause Chrome to hang indefinitely and many sites to fail completely.* + *Related options:* [`FETCH_MEDIA`](#fetch_media)