Reduce Waiting Time

This commit is contained in:
Jerry Yan 2019-07-29 09:11:30 +08:00
parent 325e781758
commit f25aac1fd9

View File

@ -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)