Skip to content

Commit

Permalink
Set reasonable update interval
Browse files Browse the repository at this point in the history
  • Loading branch information
nieznanysprawiciel committed Jan 15, 2024
1 parent 4a02991 commit db32400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/transfer-progress/progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ async def start(self):
yield script

async def run(self):
progress = ProgressArgs(updateInterval="5s")
progress = ProgressArgs(updateInterval="300ms")

script = self._ctx.new_script(timeout=None)
script.download_from_url(
Expand Down

0 comments on commit db32400

Please sign in to comment.