From f25aac1fd96ea18c129841e662636f1daeb47248 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Mon, 29 Jul 2019 09:11:30 +0800 Subject: [PATCH] Reduce Waiting Time --- liveDownloader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liveDownloader.py b/liveDownloader.py index 0dbcaf8..ae7c683 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -171,9 +171,9 @@ def run(): _count_error = 0 except Exception as e: Common.appendError(e.__str__()) - time.sleep(20) + time.sleep(5) continue - time.sleep(20) + time.sleep(5) else: if not isEncode and not isDownload: Common.uploadQueue.put(True)