We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61c629 commit 35899a6Copy full SHA for 35899a6
src/pip/_internal/cli/progress_bars.py
@@ -49,7 +49,7 @@ def _rich_progress_bar(
49
TimeRemainingColumn(),
50
)
51
52
- progress = Progress(*columns, refresh_per_second=30)
+ progress = Progress(*columns, refresh_per_second=5)
53
task_id = progress.add_task(" " * (get_indentation() + 2), total=total)
54
with progress:
55
for chunk in iterable:
0 commit comments