Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
Signed-off-by: Date Huang <[email protected]>
  • Loading branch information
tjjh89017 committed Mar 29, 2024
1 parent 1a9f782 commit de95eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ezio_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def detect_all_finished(self, loop=None, user_data=None):
if not t_stat.is_finished:
continue

if t_stat.total_payload_upload > 3 * t_stat.total_done or t_stat.last_upload > 60:
if t_stat.total_payload_upload > 3 * t_stat.total_done or t_stat.last_upload > 60 or t_stat.last_upload == -1:
# stop torrent
request = ezio_pb2.PauseTorrentRequest()
request.hash = info_hash
Expand Down

0 comments on commit de95eda

Please sign in to comment.