Reduce Waiting Time
This commit is contained in:
parent
325e781758
commit
f25aac1fd9
@ -171,9 +171,9 @@ def run():
|
|||||||
_count_error = 0
|
_count_error = 0
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
Common.appendError(e.__str__())
|
Common.appendError(e.__str__())
|
||||||
time.sleep(20)
|
time.sleep(5)
|
||||||
continue
|
continue
|
||||||
time.sleep(20)
|
time.sleep(5)
|
||||||
else:
|
else:
|
||||||
if not isEncode and not isDownload:
|
if not isEncode and not isDownload:
|
||||||
Common.uploadQueue.put(True)
|
Common.uploadQueue.put(True)
|
||||||
|
Reference in New Issue
Block a user