extend timeout for sleep interval

This commit is contained in:
simon
2022-04-16 08:58:35 +07:00
parent 1cf82bdbbd
commit 59f1c111aa

View File

@@ -196,7 +196,7 @@ class VideoDownloader:
"title": "Completed", "title": "Completed",
"message": "", "message": "",
} }
RedisArchivist().set_message("message:download", mess_dict, 4) RedisArchivist().set_message("message:download", mess_dict, 10)
self._delete_from_pending(youtube_id) self._delete_from_pending(youtube_id)
# post processing # post processing