Skip to content

Commit

Permalink
chore: expand speed extimate period time
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Dec 31, 2023
1 parent e751af4 commit 572c94f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quackosm/_rich_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def __enter__(self):
TextColumn("•"),
TimeRemainingColumn(),
transient=False,
speed_estimate_period=1800,
)

self.progress.__enter__()
Expand Down

0 comments on commit 572c94f

Please sign in to comment.