Skip to content

Commit

Permalink
Merge pull request #227 from deldesir/deldesir-patch-12
Browse files Browse the repository at this point in the history
Increase fragment stuck timeout to 60 seconds
  • Loading branch information
holta authored Jul 19, 2024
2 parents 333b646 + b617cfe commit 54ffb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cps/tasks/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run(self, worker_thread):
complete_progress_cycle = 0

last_progress_time = datetime.now()
fragment_stuck_timeout = 30 # seconds
fragment_stuck_timeout = 60 # seconds

self.message = f"Downloading {self.media_url_link}..."
if self.live_status == "was_live":
Expand Down

0 comments on commit 54ffb7a

Please sign in to comment.