From 59f1c111aa0382d03df0bc665e1b65c34e502e6d Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 16 Apr 2022 08:58:35 +0700 Subject: [PATCH] extend timeout for sleep interval --- tubearchivist/home/src/download/yt_dlp_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/home/src/download/yt_dlp_handler.py b/tubearchivist/home/src/download/yt_dlp_handler.py index 5f09907..31d8ce9 100644 --- a/tubearchivist/home/src/download/yt_dlp_handler.py +++ b/tubearchivist/home/src/download/yt_dlp_handler.py @@ -196,7 +196,7 @@ class VideoDownloader: "title": "Completed", "message": "", } - RedisArchivist().set_message("message:download", mess_dict, 4) + RedisArchivist().set_message("message:download", mess_dict, 10) self._delete_from_pending(youtube_id) # post processing