Skip to content

Commit 3d11707

Browse files
authored
Merge pull request #33 from ddobren/patch-2
Update ProgressBar.php
2 parents 2545589 + 6497e9a commit 3d11707

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ProgressBar.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
class ProgressBar
88
{
99
protected float $percent = 0;
10-
1110
protected int $step = 0;
12-
1311
protected float $lastWriteTime = 0;
14-
1512
protected float $minSecondsBetweenRedraws = 0.1;
13+
protected float $maxSecondsBetweenRedraws = 1;
1614

1715
public function __construct(protected int $maxSteps, protected Client $client)
1816
{

0 commit comments

Comments
 (0)